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