提交 909aee2c 编写于 作者: A antirez

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.
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册