This configuration will run a Redis OSS Cluster using Docker Compose, useful for developing the projects that need to connect to a Redis Cluster type.
To start the Redis Cluster, run the following command:
docker-compose up
This will initialize the Redis nodes and RedisInsight for easy management.
After starting the cluster, you can access the RedisInsight Web UI at: http://localhost:5540/
To configure RedisInsight, use the following details:
URL: redis://default:bitnami@redis-node-0:6379
alias: Local Cluster
host: redis-node-0
port: 6379
password: bitnami
URL: redis://default:bitnami@localhost:6379
alias: Local Cluster
host: localhost
port: 6379
password: bitnami
Add Redis network config, health checks, and storage driver cleanup
Thanks to @GuyEP-Modulate for contributing these improvements!
New Updates:
Also you can find the @GuyEP-Modulate Redis Cluster here:
https://gist.github.com/GuyEP-Modulate/bb9728be33d923a0e2643a0806e0b24b