Commit a04b43c7 authored by zhaozhao.zz's avatar zhaozhao.zz Committed by antirez
Browse files

Streams: bugfix XCLAIM should propagate group name not consumer name

parent 8977a90c
......@@ -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++;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment