FT.ALIASDEL
          
        
        
        
        
        
          
            
          
        
        
        Syntax
        FT.ALIASDEL alias
- Available in:
- Redis Open Source / Search 1.0.0
- Time complexity:
- O(1)
- ACL categories:
- 
              
                @search,
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
OKReturn information
One of the following:
- Simple string reply: OKif executed correctly.
- Simple error reply in these cases: alias does not exist.