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