Commit 909aee2c authored by antirez's avatar antirez
Browse files

redis-trib: create subcommand fixed calling node info loading method. Was...

redis-trib: create subcommand fixed calling node info loading method. Was needed after recent refactoring.
parent 24bfb570
......@@ -446,6 +446,7 @@ class RedisTrib
node = ClusterNode.new(n)
node.connect(:abort => true)
node.assert_cluster
node.load_info
node.assert_empty
add_node(node)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment