# File lib/redis/distributed.rb, line 110
    def expireat(key, unix_time)
      node_for(key).expireat(key, unix_time)
    end