mirror of
https://github.com/fluencelabs/redis
synced 2025-03-23 19:10:51 +00:00
Cluster Manager: added clusterManagerCheckCluster to import command
This commit is contained in:
parent
1f548359cb
commit
efa51f1617
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user