FT.CURSOR DEL index cursor_id

Available in: Redis Stack

Time complexity: O(1)

Delete a cursor.

Parameters

  • index: the index name.
  • cursorId: the id of the cursor.

Return

[] otherwise.

redis> FT.CURSOR DEL idx 342459320
OK 
redis> FT.CURSOR DEL idx 342459320
(error) Cursor does not exist