mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
CG: fix XREADGROUP ">" special ID parsing due to missing "continue".
This commit is contained in:
parent
6c0af37b6e
commit
1ffb6723f5
@ -1075,6 +1075,7 @@ void xreadCommand(client *c) {
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
ids[id_idx] = group->last_id;
|
ids[id_idx] = group->last_id;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
if (streamParseIDOrReply(c,c->argv[i],ids+id_idx,0) != C_OK)
|
if (streamParseIDOrReply(c,c->argv[i],ids+id_idx,0) != C_OK)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
Loading…
Reference in New Issue
Block a user