Redis Search installation and module load #1068
Unanswered
anurag-tally
asked this question in
Q&A
Replies: 1 comment
-
You might want to try loading the Redis Search post service start. We had to do that for Keydb in order to get the service and module up. However be warned we ran into RDB corruption and data loss with that module. KeyDB would halt and RDB would be unrecoverable. But if it works for you then all the better. MODULE LOAD post service start with a pointer to the module file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Community. I am currently facing significant challenges in setting up Redis Search for integration with Valkey on Amazon EC2 (Amazon Linux 2). I would greatly appreciate any assistance regarding the necessary steps to accomplish this. Additionally, I aim to load two modules on the Valkey server: 1) Redis JSON and 2) Redis Search. I have successfully loaded Redis JSON, but I am encountering difficulties with Redis Search.
Valkey : 7.2.4
RediSearch 2.10.5
Commands I am running:
git clone https://github.com/RediSearch/RediSearch.git
cd RediSearch
git fetch --all --tags
git checkout v2.10.5
make setup
To mitigate this I use
`git submodule update --init --recursive'
Make again
'make'
Error Screenshots of Make:
Thanking the community in anticipation.
Beta Was this translation helpful? Give feedback.
All reactions