docker-rediscluster icon indicating copy to clipboard operation
docker-rediscluster copied to clipboard

Docker script to set up a disposable redis cluster for testing sentinel failover.

Results 2 docker-rediscluster issues
Sort by recently updated
recently updated
newest added

Hi. when i run de script to start the cluster i dont get the docker host ip ``` bash DOCKER_IP=$(ifconfig docker0 | grep 'inet addr:' | cut -d: -f2 |...