FT.CURSOR DEL index cursor_id
@read
,
@search
,
Delete a cursor
index
is index name.
cursor_id
is id of the cursor.
redis> FT.CURSOR DEL idx 342459320
OK
Check that the cursor is deleted.
127.0.0.1:6379> FT.CURSOR DEL idx 342459320
(error) Cursor does not exist
One of the following:
OK
if executed correctly.