FT.CURSOR DEL index cursor_id
@read,
@search,
Delete a cursor
indexis index name.
cursor_idis id of the cursor.
redis> FT.CURSOR DEL idx 342459320
OKCheck that the cursor is deleted.
127.0.0.1:6379> FT.CURSOR DEL idx 342459320
(error) Cursor does not exist| Redis Enterprise |
Redis Cloud Flexible & Annual |
Redis Cloud Free & Fixed |
Notes |
|---|---|---|---|
| ✅ Supported | ✅ Supported | ✅ Supported |
One of the following:
OK if executed correctly.