FT.ALIASADD
FT.ALIASADD alias index
Add an alias to an index
alias indexis alias to be added to an index.
Indexes can have more than one alias, but an alias cannot refer to another alias.
FT.ALISSADD allows administrators to transparently redirect application queries to alternative indexes.
FT.ALIASADD returns a simple string reply OK if executed correctly, or an error reply otherwise.
Add an alias to an index.
127.0.0.1:6379> FT.ALIASADD alias idx
OKAttempting to add the same alias returns a message that the alias already exists.
127.0.0.1:6379> FT.ALIASADD alias idx
(error) Alias already exists
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/ft.aliasadd/