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