fix of the fix for the replication bug

This commit is contained in:
antirez 2010-07-28 18:56:52 +02:00
parent 8c1420ff2a
commit cbf7e1070a

View File

@ -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);