class Redis::Distributed

def incrby(key, increment)

def incrby(key, increment)
  node_for(key).incrby(key, increment)
end