mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
fix of the fix for the replication bug
This commit is contained in:
parent
8c1420ff2a
commit
cbf7e1070a
@ -713,6 +713,7 @@ void zunionInterGenericCommand(redisClient *c, robj *dstkey, int op) {
|
|||||||
dbAdd(c->db,dstkey,dstobj);
|
dbAdd(c->db,dstkey,dstobj);
|
||||||
addReplyLongLong(c, dstzset->zsl->length);
|
addReplyLongLong(c, dstzset->zsl->length);
|
||||||
if (!touched) touchWatchedKey(c->db,dstkey);
|
if (!touched) touchWatchedKey(c->db,dstkey);
|
||||||
|
server.dirty++;
|
||||||
} else {
|
} else {
|
||||||
decrRefCount(dstobj);
|
decrRefCount(dstobj);
|
||||||
addReply(c, shared.czero);
|
addReply(c, shared.czero);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user