FT.CURSOR DEL
FT.CURSOR DEL index cursor_id
Delete a cursor
indexis index name.
cursor_idis id of the cursor.
FT.CURSOR DEL returns a simple string reply OK if executed correctly, or an error reply otherwise.
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
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/ft.cursor-del/