class Redis::Distributed

def incr(key)

def incr(key)
  node_for(key).incr(key)
end