# File lib/redis/distributed.rb, line 659 def hincrby(key, field, increment) node_for(key).hincrby(key, field, increment) end