提交 efa51f16 编写于 作者: A artix

Cluster Manager: added clusterManagerCheckCluster to import command

上级 1f548359
......@@ -4698,6 +4698,7 @@ static int clusterManagerCommandImport(int argc, char **argv) {
clusterManagerNode *refnode = clusterManagerNewNode(ip, port);
if (!clusterManagerLoadInfoFromNode(refnode, 0)) return 0;
if (!clusterManagerCheckCluster(0)) return 0;
char *reply_err = NULL;
redisReply *src_reply = NULL;
// Connect to the source node.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册