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