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:
alias: Local Cluster
host: redis-node-0
port: 6379
password: bitnami
alias: Local Cluster
host: localhost
port: 6379
password: bitnami