提交 3e43aed1 编写于 作者: A antirez

Client side caching: fix invalidate message len and content.

上级 46edb55d
......@@ -148,9 +148,9 @@ void trackingInvalidateKey(robj *keyobj) {
/* Only send such info for clients in RESP version 3 or more. */
if (c->resp > 2) {
addReplyPushLen(c,3);
addReplyPushLen(c,2);
addReplyBulkCBuffer(c,"invalidate",10);
addReplyBulk(c,keyobj);
addReplyLongLong(c,hash);
}
}
raxStop(&ri);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册