mirror of https://mirror.osredm.com/root/redis.git
CLIENT error message was out of date
This commit is contained in:
parent
b09a6b6a5d
commit
8d9d8d16e4
|
@ -1605,7 +1605,7 @@ void clientCommand(client *c) {
|
|||
pauseClients(duration);
|
||||
addReply(c,shared.ok);
|
||||
} 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…
Reference in New Issue