mirror of
https://github.com/fluencelabs/redis
synced 2025-05-16 04:21:21 +00:00
CLIENT error message was out of date
This commit is contained in:
parent
14e04847ac
commit
047ced4473
@ -1632,7 +1632,7 @@ void clientCommand(client *c) {
|
|||||||
pauseClients(duration);
|
pauseClients(duration);
|
||||||
addReply(c,shared.ok);
|
addReply(c,shared.ok);
|
||||||
} else {
|
} else {
|
||||||
addReplyError(c, "Syntax error, try CLIENT (LIST | KILL ip:port | GETNAME | SETNAME connection-name)");
|
addReplyError(c, "Syntax error, try CLIENT (LIST | KILL | GETNAME | SETNAME | PAUSE | REPLY)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user