Open abhay12 opened 2 years ago
@yorkane can you help me with the above query.
docker pull yorkane/redisearch-alpine:2.2.7
docker run -d --network=host -v /data:/redisdata -e REDIS_BIND=0.0.0.0 -e REDIS_PASSWORD=redis4Pwd --name=redis1 yorkane/redisearch-alpine:2.2.7
it contains /redis/redis-roaring.so
Thanks @yorkane that's working. Can you share me the docker file for this ? I want to create an image for ubuntu.
https://github.com/yorkane/redisearch-alpine/blob/main/Dockerfile
I have not tried ubuntu version, hope it helps.
Thanks @yorkane
I'm facing issue while running
make
after cloning. I am trying to run in macOS. since redis-roaring.so is not generating. I'm not able to start the server with module.Error:
Can someone help me with this. Also, better if you can create a docker image. will be easy to use.