# File lib/redis/distributed.rb, line 33
    def add_node(url)
      @ring.add_node Redis.new(@default_options.merge(:url => url))
    end