# File lib/redis.rb, line 922
  def incrby(key, increment)
    synchronize do
      @client.call [:incrby, key, increment]
    end
  end