diff --git a/src/t_zset.c b/src/t_zset.c index 9b59ca9a..8efe3c2a 100644 --- a/src/t_zset.c +++ b/src/t_zset.c @@ -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);