https://github.com/0xdaksh/redis-slave
Docker Container for Redis Slave.
https://github.com/0xdaksh/redis-slave
docker kubernetes redis slave
Last synced: 11 months ago
JSON representation
Docker Container for Redis Slave.
- Host: GitHub
- URL: https://github.com/0xdaksh/redis-slave
- Owner: 0xDaksh
- Created: 2018-06-03T15:12:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T16:20:10.000Z (about 8 years ago)
- Last Synced: 2025-03-11T11:35:10.451Z (over 1 year ago)
- Topics: docker, kubernetes, redis, slave
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Redis Slaves Made Easy.
This container takes all the abstractions away while making a redis slave instead of writing a config.
### Supported Tags:
- regular (uses redis:latest)
- alpine (uses redis:alpine)
- latest (whatever the last push is, ie: can be either latest or alpine. using this is not recommended.)
### Environment Variables:
- GET_HOSTS_FROM
- dns (if your cluster includes a dns service, this will access redis-master from the dns)
- env (if your cluster doesn't include a dns server, this will access redis-master from environment)
- REDIS_MASTER_SERVICE_HOST
- This variable takes in your redis master service's host, you don't need to specify this if you're running kubernetes.