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
8514f3c0
Commit
8514f3c0
authored
Apr 19, 2011
by
antirez
Browse files
prepare to cherry pick
parent
3c2fe3f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_set.c
View file @
8514f3c0
...
@@ -231,7 +231,7 @@ void saddCommand(redisClient *c) {
...
@@ -231,7 +231,7 @@ void saddCommand(redisClient *c) {
}
}
}
}
if
(
setTypeAdd
(
set
,
c
->
argv
[
2
]))
{
if
(
setTypeAdd
(
set
,
c
->
argv
[
2
]))
{
touchWatch
edKey
(
c
->
db
,
c
->
argv
[
1
]);
signalModifi
edKey
(
c
->
db
,
c
->
argv
[
1
]);
server
.
dirty
++
;
server
.
dirty
++
;
addReply
(
c
,
shared
.
cone
);
addReply
(
c
,
shared
.
cone
);
}
else
{
}
else
{
...
...
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