class Redis::Distributed

def expireat(key, unix_time)

def expireat(key, unix_time)
  node_for(key).expireat(key, unix_time)
end