class Redis

def ttl(key)

def ttl(key)
  @client.call(:ttl, key)
end