# File lib/redis/distributed.rb, line 224
    def incr(key)
      node_for(key).incr(key)
    end