# File lib/redis.rb, line 722
  def expireat(key, unix_time)
    synchronize do
      _bool @client.call [:expireat, key, unix_time]
    end
  end