mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 21:42:13 +00:00
Fix an error reply for CLIENT command
This commit is contained in:
parent
f2bc198d40
commit
aadcda9977
@ -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