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
a04b43c7
Commit
a04b43c7
authored
Oct 11, 2018
by
zhaozhao.zz
Committed by
antirez
Oct 15, 2018
Browse files
Streams: bugfix XCLAIM should propagate group name not consumer name
parent
8977a90c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
a04b43c7
...
@@ -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