mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Streams: bugfix XCLAIM should propagate group name not consumer name
This commit is contained in:
parent
91685eeeb1
commit
4dc48a0d11
@ -2192,7 +2192,7 @@ void xclaimCommand(client *c) {
|
||||
arraylen++;
|
||||
|
||||
/* 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++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user