Skip to content

williamlsh/redis-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy containerized Redis Sentinel with Docker Compose

This repository exhibits the minimal situation of Redis Sentinel deployed with Docker compose based on Redis Sentinel Documentation within a bridge network.

For a general guide, please refer to How to Deploy Containerized Redis Sentinel.

Steps to deployment

Rising up 1 master and 1 replica, 3 sentinels.

sudo make up

Testing failover.

sudo make failover

Viewing all logs.

sudo make logs

More commands, please refer to Makefile.

Author

William

License

MIT License