Skip to content

Redis Cluster Sentinel mode with docker-compose - Data persistence and some security and performance tweaks included

License

Notifications You must be signed in to change notification settings

aligzl/redis-cluster-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Cluster with Sentinel by Docker Compose(1master+2slave+3sentinel)

There are following services in the cluster

  • master: 1 Master Redis Server
  • slave: 2 Slave Redis Server
  • sentinel: 3 Sentinel Server

Create configuration files and start services

$ sh deploy.sh

Notice

If you get error to connect master user your machine ip instate of 127.0.0.1

About

Redis Cluster Sentinel mode with docker-compose - Data persistence and some security and performance tweaks included

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages