提交 5ad29325 编写于 作者: A antirez

CG: XACK should return zero when nothing is processed.

上级 388c69fe
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册