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