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