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