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