# File lib/redis/distributed.rb, line 229
    def incrby(key, increment)
      node_for(key).incrby(key, increment)
    end