You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant find any code related to FT.ALIASADD/DEL/UPDATE. Here is my use case:
a. create an index with some data
b. expose the index out for other apps to use it
c. have a nightly job to rebuild the index as we need to refresh the data
d. during the rebuild process, the index is not accessible by other apps, we would like to use index alias to solve this problem.
Does it mean that I need to issue a raw command in this case like FT.ALIASUPDATE?
Thanks
The text was updated successfully, but these errors were encountered:
NRedisStack is an official Redis library (based on StackExchange.Redis) that provides support for Redis Stack commands.
The FT.ALIASADD/DEL/UPDATE commands are implemented in the library as part of the Search module.
Here is an example from the tests of using the commands you mentioned
If you have any further questions about using NRedisStack, feel free to contact me
Hi
I cant find any code related to FT.ALIASADD/DEL/UPDATE. Here is my use case:
a. create an index with some data
b. expose the index out for other apps to use it
c. have a nightly job to rebuild the index as we need to refresh the data
d. during the rebuild process, the index is not accessible by other apps, we would like to use index alias to solve this problem.
Does it mean that I need to issue a raw command in this case like FT.ALIASUPDATE?
Thanks
The text was updated successfully, but these errors were encountered: