# File lib/redis/distributed.rb, line 131 def pexpireat(key, ms_unix_time) node_for(key).pexpireat(key, ms_unix_time) end