Skip to content

Instantly share code, notes, and snippets.

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

  • Save wilmoore/4ab1d3a94a39dc6c5ea3accc3849b5cb to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/4ab1d3a94a39dc6c5ea3accc3849b5cb to your computer and use it in GitHub Desktop.
Software Engineering :: Database :: Redis :: Command :: FT.CREATE

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

⪼ Made with 💜 by Polyglot.

FT.CREATE creates a searchable index.

Time complexity: O(K) at creation where K is the number of fields, O(N) if scanning the keyspace is triggered, 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