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