mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 22:12:15 +00:00
Fix an error reply for CLIENT command
This commit is contained in:
parent
0f4dbd9a11
commit
a732d86fe0
@ -1228,7 +1228,7 @@ void clientCommand(redisClient *c) {
|
||||
else
|
||||
addReply(c,shared.nullbulk);
|
||||
} else {
|
||||
addReplyError(c, "Syntax error, try CLIENT (LIST | KILL ip:port)");
|
||||
addReplyError(c, "Syntax error, try CLIENT (LIST | KILL ip:port | GETNAME | SETNAME connection-name)");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user