High availability redis server for development purpose on local machine
Master/slave configuration with Sentinel and HAProxy for single enpoint. In case of master redis failure, sentinel will failover to slave redis and HAProxy will maintain same endpoint.
Requires docker
-
git clone
-
Run docker-compose
docker-compose up --build
telnet <docker host> 6379
info
or
redis-cli -h <docker host> -p 6379 info