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

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.

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.