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