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