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