mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
added comment about SETSLOT NODE form.
This commit is contained in:
parent
7afc3a9611
commit
3b5289a04c
@ -1240,9 +1240,10 @@ void clusterCommand(redisClient *c) {
|
|||||||
clusterSaveConfigOrDie();
|
clusterSaveConfigOrDie();
|
||||||
addReply(c,shared.ok);
|
addReply(c,shared.ok);
|
||||||
} else if (!strcasecmp(c->argv[1]->ptr,"setslot") && c->argc >= 4) {
|
} else if (!strcasecmp(c->argv[1]->ptr,"setslot") && c->argc >= 4) {
|
||||||
/* SETSLOT 10 MIGRATING <instance ID> */
|
/* SETSLOT 10 MIGRATING <node ID> */
|
||||||
/* SETSLOT 10 IMPORTING <instance ID> */
|
/* SETSLOT 10 IMPORTING <node ID> */
|
||||||
/* SETSLOT 10 STABLE */
|
/* SETSLOT 10 STABLE */
|
||||||
|
/* SETSLOT 10 NODE <node ID> */
|
||||||
int slot;
|
int slot;
|
||||||
clusterNode *n;
|
clusterNode *n;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user