Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

35 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages