FT.CURSOR READ

Available in:
Redis Stack / Search 1.1.0
Time complexity:
O(1)

Read next results from an existing cursor

Syntax

FT.CURSOR READ index cursor_id [COUNT read size]

Examples

Required parameters

index

is index name.

cursor_id

is id of the cursor.

[COUNT read size]

is number of results to read. This parameter overrides COUNT specified in FT.AGGREGATE.

Return

FT.CURSOR DEL returns an array reply where each row is an array reply and represents a single aggregate result.

Examples

Read next results from a cursor
127.0.0.1:6379> FT.CURSOR READ idx 342459320 COUNT 50

See also

FT.CURSOR DEL | FT.AGGREGATE

RediSearch

Feedback

If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.