Skip to content

Commit e208afd

Browse files
authored
DEV: document workaround to get the indexed alias (#2395)
1 parent ff3467e commit e208afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/commands/ft.info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Returns information and statistics about a given index.
3737

3838
`index`
3939
<br />
40-
is the name of the given index. You must first create the index using [`FT.CREATE`]({{< relref "commands/ft.create/" >}}).
40+
is the name of the given index. You must first create the index using [`FT.CREATE`]({{< relref "commands/ft.create/" >}}). You can also use an alias of `index` created using [`FT.ALIASADD`]({{< relref "commands/ft.aliasadd/" >}}) or [`FT.ALIASUPDATE`]({{< relref "commands/ft.aliasupdate/" >}}).
4141

4242
## Returned values
4343

@@ -379,7 +379,7 @@ One of the following:
379379

380380
## See also
381381

382-
[`FT.CREATE`]({{< relref "commands/ft.create/" >}}) | [`FT.SEARCH`]({{< relref "commands/ft.search/" >}})
382+
[`FT.CREATE`]({{< relref "commands/ft.create/" >}}) | [`FT.SEARCH`]({{< relref "commands/ft.search/" >}}) | [`FT.ALIASADD`]({{< relref "commands/ft.aliasadd/" >}}) | [`FT.ALIASUPDATE`]({{< relref "commands/ft.aliasupdate/" >}})
383383

384384
## Related topics
385385

0 commit comments

Comments
 (0)