提交 c6da9d9f 编写于 作者: A antirez

Call clusterUpdateState() after CLUSTER SETSLOT too.

上级 3a99d122
...@@ -1440,6 +1440,7 @@ void clusterCommand(redisClient *c) { ...@@ -1440,6 +1440,7 @@ void clusterCommand(redisClient *c) {
addReplyError(c,"Invalid CLUSTER SETSLOT action or number of arguments"); addReplyError(c,"Invalid CLUSTER SETSLOT action or number of arguments");
return; return;
} }
clusterUpdateState();
clusterSaveConfigOrDie(); clusterSaveConfigOrDie();
addReply(c,shared.ok); addReply(c,shared.ok);
} else if (!strcasecmp(c->argv[1]->ptr,"info") && c->argc == 2) { } else if (!strcasecmp(c->argv[1]->ptr,"info") && c->argc == 2) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册