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