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