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