I need to deploy redis-sentinel with redis-stack modules (redis-search and redis-json) by using docker compose but I can't find any reference. Can someone refer me to a docker compose example or explain how can I deploy it with docker?
I need to deploy redis-sentinel with redis-stack modules (redis-search and redis-json) by using docker compose but I can't find any reference. Can someone refer me to a docker compose example or explain how can I deploy it with docker?
If you don't have much experience with docker, but want a relatively "easy" way to setup with compose, you could take a look at Bitnami images.
For Redis Sentinel: bitnami/redis-sentinel.