Any-node redis cluster in a single docker-compose.
By default it starts 9-nodes cluster, with 3 master nodes.
If you want other nodes amount:
- add or remove nodes (please note that your new nodes amount, MUST be divisible by 3)
- edit
nodesargument forcluster-up.sh
note: nodes names (redis_node_N) are important, if you want/need to change them,
dont forget to modify node_name function in cluster-up.sh accordingly.
docker compose upThis scheme was made by decompose tool:
MIT