FT.ALIASDEL
- Available in:
- Redis Stack / Search 1.0.0
- Time complexity:
- O(1)
Remove an alias from an index
Syntax
FT.ALIASDEL alias
Required parameters
alias
is index alias to be removed.
Return
FT.ALIASDEL returns a simple string reply OK
if executed correctly, or an error reply otherwise.
Examples
Remove an alias from an index
Remove an alias from an index.
127.0.0.1:6379> FT.ALIASDEL alias
OK
See also
Related topics
Feedback
If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.