Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active July 12, 2024 01:11
Show Gist options
  • Select an option

  • Save wilmoore/6923ddadab2c5ad76fa11ab552fbaf4b to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/6923ddadab2c5ad76fa11ab552fbaf4b to your computer and use it in GitHub Desktop.
Software Engineering :: Database :: Redis :: Command :: FT.DROPINDEX

Software Engineering :: Database :: Redis :: Command :: FT.DROPINDEX

⪼ Made with 💜 by Polyglot.

Delete an index.

Time complexity: O(1) or O(N) if documents are deleted, where N is the number of keys in the keyspace.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment