mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
CG: fix XREADGROUP ">" special ID parsing due to missing "continue".
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user