Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
edc2f63a
Commit
edc2f63a
authored
Apr 17, 2010
by
Pieter Noordhuis
Browse files
increment dirty counter after hmset
parent
97224de7
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
edc2f63a
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment