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