FT.CURSOR READ index cursor_id [COUNT read size]
Available in: Redis Stack
Time complexity: O(1)
Reads next results from an existing cursor.
Parameters
- index: the index name.
- cursorId: the id of the cursor.
- readSize: number of result to read. This parameters override the
COUNTspecified inFT.AGGREGATE.
Return
[] and represents a single aggregate result.
redis> FT.CURSOR READ idx 342459320 COUNT 50