Fully managed and integrated with Google Cloud, Azure, and AWS.
Build the fastest, most reliable GenAI apps with our advanced vector database.
Self-managed software with enterprise-grade compliance and reliability.
Synchronize data in near-real time to make data fast—without writing code.
In-memory database for caching & streaming.
FT.CURSOR READ index cursor_id [COUNT read_size]
@read
,
@search
,
Read next results from an existing cursor
See Cursor API for more details.
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
.
FT.CURSOR READ 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