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
5ad29325
Commit
5ad29325
authored
Jan 26, 2018
by
antirez
Browse files
CG: XACK should return zero when nothing is processed.
parent
388c69fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
5ad29325
...
...
@@ -1412,7 +1412,7 @@ void xackCommand(client *c) {
/* No key or group? Nothing to ack. */
if
(
o
==
NULL
||
group
==
NULL
)
{
addReply
(
c
,
shared
.
c
one
);
addReply
(
c
,
shared
.
c
zero
);
return
;
}
...
...
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