Skip to content

hlkiltas/redis-sentinel-with-haproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build fault-tolerance Redis cluster with Sentinel on Docker

Topology

topology

Run

docker-compose up -d

Tail sentinel logs

clear && tail -f /var/log/sentinel.log

Get redis replication info per seconds

while true; do redis-cli info replication; sleep 1; clear; done

About

Build fault-tolerance Redis cluster with Sentinel on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.5%
  • Dockerfile 49.5%