The following table lists search and query commands. See the command links for more information about each command’s syntax, arguments, and examples.

CommandRedis Enterprise SoftwareRedis Cloud
Flexible & Annual
Redis Cloud
Free & Fixed
Description
FT.AGGREGATE✅ Supported✅ Supported✅ SupportedRuns a search query on an index and groups, sorts, transforms, limits, and/or filters the results.
FT.ALIASADD✅ Supported✅ Supported✅ SupportedAdds an alias to an index.
FT.ALIASDEL✅ Supported✅ Supported✅ SupportedRemoves an alias from an index.
FT.ALIASUPDATE✅ Supported✅ Supported✅ SupportedAdds an alias to an index. If the alias already exists for a different index, it updates the alias to point to the specified index instead.
FT.ALTER✅ Supported✅ Supported✅ SupportedAdds a new field to an index.
FT.CONFIG GET❌ Not supported⚠️ Not supported2❌ Not supportedDisplays configuration options.
FT.CONFIG HELP❌ Not supported❌ Not supported❌ Not supportedDescribes configuration options.
FT.CONFIG SET⚠️ Not supported1⚠️ Not supported2❌ Not supportedSets configuration options.
FT.CREATE✅ Supported✅ Supported✅ SupportedCreates an index.
FT.CURSOR DEL✅ Supported✅ Supported✅ SupportedDeletes a cursor.
FT.CURSOR READ✅ Supported✅ Supported✅ SupportedReads the next results from an existing cursor.
FT.DICTADD✅ Supported✅ Supported✅ SupportedAdds terms to a dictionary.
FT.DICTDEL✅ Supported✅ Supported✅ SupportedDeletes terms from a dictionary.
FT.DICTDUMP✅ Supported✅ Supported✅ SupportedReturns all terms in the specified dictionary.
FT.DROPINDEX✅ Supported✅ Supported✅ SupportedDeletes an index.
FT.EXPLAIN✅ Supported✅ Supported✅ SupportedReturns the execution plan for a complex query as a string.
FT.EXPLAINCLI✅ Supported✅ Supported✅ SupportedReturns the execution plan for a complex query as an array.
FT.INFO✅ Supported✅ Supported✅ SupportedReturns index information and statistics.
FT._LIST✅ Supported✅ Supported✅ SupportedLists all indexes.
FT.PROFILE✅ Supported✅ Supported✅ SupportedRuns FT.SEARCH or FT.AGGREGATE and reports performance information.
FT.SEARCH✅ Supported✅ Supported✅ SupportedSearches an index for a text query and returns matching documents or document IDs.
FT.SPELLCHECK✅ Supported✅ Supported✅ SupportedSuggests spelling corrections for misspelled terms in a query.
FT.SYNDUMP✅ Supported✅ Supported✅ SupportedReturns a list of synonym terms and their synonym group IDs.
FT.SYNUPDATE✅ Supported✅ Supported✅ SupportedCreates or updates a synonym group with additional terms.
FT.TAGVALS✅ Supported✅ Supported✅ SupportedReturns all distinct values indexed in a tag field.
  1. Use rladmin or the REST API to change search and query configuration for Redis Enterprise Software. See search and query configuration compatibility with Redis Enterprise for more information and examples.

  2. Contact support to view the current configuration values or request configuration changes for Flexible or Annual Redis Cloud subscriptions.