mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
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]);
|
hashSet(o,c->argv[i],c->argv[i+1]);
|
||||||
}
|
}
|
||||||
addReply(c, shared.ok);
|
addReply(c, shared.ok);
|
||||||
|
server.dirty++;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hincrbyCommand(redisClient *c) {
|
static void hincrbyCommand(redisClient *c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user