FT.ALIASDEL
Syntax
FT.ALIASDEL alias
- Available in:
- Redis Open Source / Search 1.0.0
- Time complexity:
- O(1)
- ACL categories:
-
@search, - Compatibility:
- Redis Enterprise and Redis Cloud compatibility
Remove an alias from an index
Required arguments
alias
is index alias to be removed.
Examples
Remove an alias from an index
Remove an alias from an index.
127.0.0.1:6379> FT.ALIASDEL alias
OKRedis Enterprise and Redis Cloud compatibility
| Redis Enterprise |
Redis Cloud Flexible & Annual |
Redis Cloud Free & Fixed |
Notes |
|---|---|---|---|
| ✅ Supported | ✅ Supported | ✅ Supported |
Return information
One of the following:
- Simple string reply:
OKif executed correctly. - Simple error reply in these cases: alias does not exist.