Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 600 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 600 Bytes

Redis Cluster Demo

How to use a redis cluster with multiple shards using Docker and docker-compose. You can read the full blogpost about this setup here.

Redis Cluster blogpost

Please note: This is not meant to be used in production, but for local development only. There is no point in using a Redis cluster in the same node using this docker-compose setup. If your node is down, your entire Redis cluster will be down.