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