Software Engineering :: Database :: Redis :: Command :: FT.CREATE
⪼ Made with 💜 by Polyglot.
FT.CREATEcreates a searchable index.Time complexity:
O(K)at creation whereKis the number of fields,O(N)if scanning the keyspace is triggered, whereNis the number of keys in the keyspace.