英尺。别名添加
语法
FT.ALIASADD alias index
向索引添加别名
必需参数
alias index
是要添加到索引的别名。
索引可以有多个别名,但一个别名不能引用另一个别名 别名。
英尺。ALIASADD 允许管理员以透明方式将应用程序查询重定向到备用索引。
返回
英尺。ALIASADD 返回一个简单的字符串回复OK
如果执行正确,否则返回错误。
例子
向索引添加别名
向索引添加别名。
127.0.0.1:6379> FT.ALIASADD alias idx
OK
Attempting 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
See also
Related topics