mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +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();
|
||||
addReply(c,shared.ok);
|
||||
} else if (!strcasecmp(c->argv[1]->ptr,"setslot") && c->argc >= 4) {
|
||||
/* SETSLOT 10 MIGRATING <instance ID> */
|
||||
/* SETSLOT 10 IMPORTING <instance ID> */
|
||||
/* SETSLOT 10 MIGRATING <node ID> */
|
||||
/* SETSLOT 10 IMPORTING <node ID> */
|
||||
/* SETSLOT 10 STABLE */
|
||||
/* SETSLOT 10 NODE <node ID> */
|
||||
int slot;
|
||||
clusterNode *n;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user