content/commands/ft.cursor-read.md
Read next results from an existing cursor
See [Cursor API]({{< relref "develop/ai/search-and-query/advanced-concepts/aggregations#cursor-api" >}}) for more details.
is index name.
</details> <details open> <summary><code>cursor_id</code></summary>is id of the cursor.
</details> <details open> <summary><code>[COUNT read_size]</code></summary>is number of results to read. This parameter overrides COUNT specified in [FT.AGGREGATE]({{< relref "commands/ft.aggregate/" >}}).
{{< highlight bash >}} 127.0.0.1:6379> FT.CURSOR READ idx 342459320 COUNT 50 {{< / highlight >}}
</details>| Redis Software | Redis Cloud Flexible & Annual | Redis Cloud Free & Fixed | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:-----------------|:------| | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | |
{{< multitabs id="ft-cursor-read-return-info" tab1="RESP2" tab2="RESP3" >}}
One of the following:
-tab-sep-
One of the following:
{{< /multitabs >}}
[FT.CURSOR DEL]({{< relref "commands/ft.cursor-del/" >}}) | [FT.AGGREGATE]({{< relref "commands/ft.aggregate/" >}})
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})