diff --git a/redis.c b/redis.c index 75159e4e..e272b89e 100644 --- a/redis.c +++ b/redis.c @@ -6294,6 +6294,7 @@ static void hmsetCommand(redisClient *c) { hashSet(o,c->argv[i],c->argv[i+1]); } addReply(c, shared.ok); + server.dirty++; } static void hincrbyCommand(redisClient *c) {