increment dirty counter after hmset
This commit is contained in:
parent
97224de7f9
commit
edc2f63ad9
1
redis.c
1
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user