Commit 1ffb6723 authored by antirez's avatar antirez
Browse files

CG: fix XREADGROUP ">" special ID parsing due to missing "continue".

parent 6c0af37b
......@@ -1075,6 +1075,7 @@ void xreadCommand(client *c) {
goto cleanup;
}
ids[id_idx] = group->last_id;
continue;
}
if (streamParseIDOrReply(c,c->argv[i],ids+id_idx,0) != C_OK)
goto cleanup;
......
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