mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
CG: XACK should return zero when nothing is processed.
This commit is contained in:
parent
388c69fe4e
commit
5ad29325fe
@ -1412,7 +1412,7 @@ void xackCommand(client *c) {
|
||||
|
||||
/* No key or group? Nothing to ack. */
|
||||
if (o == NULL || group == NULL) {
|
||||
addReply(c,shared.cone);
|
||||
addReply(c,shared.czero);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user