# File lib/redis.rb, line 356
  def pttl(key)
    synchronize do |client|
      client.call([:pttl, key])
    end
  end