FT.ALIASDEL

Syntax
FT.ALIASDEL alias
Available in:
Redis Stack / Search 1.0.0
Time complexity:
O(1)

Remove an alias from an index

Examples

Required arguments

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

FT.ALIASADD | FT.ALIASUPDATE

RediSearch


Rate this page