class Redis::Distributed

def pexpireat(key, ms_unix_time)

Set the expiration for a key as number of milliseconds from UNIX Epoch.
def pexpireat(key, ms_unix_time)
  node_for(key).pexpireat(key, ms_unix_time)
end