Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brunojppb/redis-cluster-demo
- Owner: brunojppb
- Created: 2021-07-29T18:11:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T13:56:54.000Z (5 months ago)
- Last Synced: 2024-10-12T19:23:14.773Z (about 1 month ago)
- Topics: cluster, docker, ioredis, redis
- Language: JavaScript
- Homepage: https://bpaulino.com/entries/how-to-use-redis-cluster-for-caching
- Size: 339 KB
- Stars: 36
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.