# File lib/redis.rb, line 1872 def hincrby(key, field, increment) synchronize do |client| client.call([:hincrby, key, field, increment]) end end