Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasrodcosta/docker-redis-cluster
Dockerfile for Redis Cluster with Interval Sets
https://github.com/lucasrodcosta/docker-redis-cluster
Last synced: 4 days ago
JSON representation
Dockerfile for Redis Cluster with Interval Sets
- Host: GitHub
- URL: https://github.com/lucasrodcosta/docker-redis-cluster
- Owner: lucasrodcosta
- License: mit
- Created: 2018-07-23T16:21:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T15:08:50.000Z (over 6 years ago)
- Last Synced: 2024-12-14T17:44:49.512Z (10 days ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redis Cluster with Interval Sets
--------------A Redis Cluster with 6 instances (3 master and 3 slaves, one slave for each master). They run on ports 7000 to 7005.
The main usage for this container is to test Redis Cluster with the patch for Interval Sets.
To more info about this version of Redis, please check [this repository](https://github.com/lucasrodcosta/redis).Docker Hub
--------------
https://hub.docker.com/r/lucasrodcosta/redis-cluster/Note for Mac users
--------------
If you are using this container to run a Redis Cluster on your Mac computer, then you need to configure the container to use another IP address for cluster discovery.```
docker run -e "IP=0.0.0.0" lucasrodcosta/redis-cluster:4.0.8-interval-sets
```