class Redis::Cluster::Option

def add_node(host, port)

def add_node(host, port)
  @node_opts << { host: host, port: port }
end