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