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
4dc48a0d
Commit
4dc48a0d
authored
Oct 11, 2018
by
zhaozhao.zz
Browse files
Streams: bugfix XCLAIM should propagate group name not consumer name
parent
91685eee
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
4dc48a0d
...
@@ -2192,7 +2192,7 @@ void xclaimCommand(client *c) {
...
@@ -2192,7 +2192,7 @@ void xclaimCommand(client *c) {
arraylen++;
arraylen++;
/* Propagate this change. */
/* Propagate this change. */
streamPropagateXCLAIM(c,c->argv[1],group,c->argv[
3
],c->argv[j],nack);
streamPropagateXCLAIM(c,c->argv[1],group,c->argv[
2
],c->argv[j],nack);
server.dirty++;
server.dirty++;
}
}
}
}
...
...
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