docker-redis-cluster
docker-redis-cluster copied to clipboard
Dockerfile for Redis Cluster (redis 3.0+)
Could we get an image for the new Apple Silicon (M1 chip)? The `linux/amd64` one crashes when run in emulation mode.
It would be great to be able to use docker-redis-cluster and put a password in front of it. It's not clear to me from the existing documentation whether that's possible;...
add auth
This is a continuation of #99 and #103 to attempt to add support of TLS to docker-redis-cluster. Its basically the same as #103 with some small changes, and the cert...
Due to recent changes in travis-ci and the fact they have issues with docker pulls not being cached in a local registry by default which in turn cause most of...
Moving forward and at some date during 2021-Q2 i will split the current docker image into two separate docker images that is more specific for what they will provide and...
Before they did make more sense to me but as i am moving along i am going to drop the support and remove the support for running standalone instances in...
By defining a password in the environment variable `PASSWORD` a cluster will be configured to require a client to authenticate itself. The client needs to send the `AUTH` command followed...
It would be helpful if your README explained if/how one is able to run your redis-cluster so that it provides a single configuration endpoint like ElastiCache in cluster-enabled mode.