FT.CURSOR READ
FT.CURSOR READ index cursor_id [COUNT read_size]
Read next results from an existing cursor
See Cursor API for more details.
indexis index name.
cursor_idis id of the cursor.
[COUNT read_size]is number of results to read. This parameter overrides COUNT specified in FT.AGGREGATE.
FT.CURSOR DEL returns an array reply where each row is an array reply and represents a single aggregate result.
127.0.0.1:6379> FT.CURSOR READ idx 342459320 COUNT 50
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/ft.cursor-read/