提交 edc2f63a 编写于 作者: P Pieter Noordhuis

increment dirty counter after hmset

上级 97224de7
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册