# File lib/redis/distributed.rb, line 25
    def node_for(key)
      @ring.get_node(key_tag(key.to_s) || key.to_s)
    end