mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 11:41:20 +00:00
Globally applies addReplySubSyntaxError
This commit is contained in:
@ -1197,7 +1197,7 @@ NULL
|
||||
* when the key is read or overwritten. */
|
||||
addReplyLongLong(c,LFUDecrAndReturn(o));
|
||||
} else {
|
||||
addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try OBJECT help", (char *)c->argv[1]->ptr);
|
||||
addReplySubSyntaxError(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user