Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brunojppb/redis-cluster-demo

Redis Cluster with multiple shards and replicas using Docker for development
https://github.com/brunojppb/redis-cluster-demo

cluster docker ioredis redis

Last synced: 19 days ago
JSON representation

Redis Cluster with multiple shards and replicas using Docker for development

Awesome Lists containing this project

README

        

# 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.](https://bpaulino.com/entries/how-to-use-redis-cluster-for-caching)

[![Redis Cluster blogpost](redis-cluster-demo.jpg)](https://bpaulino.com/entries/how-to-use-redis-cluster-for-caching)

> **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.