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