CG: XACK should return zero when nothing is processed.
This commit is contained in:
parent
c6ec6fb82a
commit
797d4df6fd
@ -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…
x
Reference in New Issue
Block a user