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