Skip to content

mujoh/redis-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-sentinel

This is a simple redis configuration which consists of 1 master node and 2 slaves. Every node has a sentinel together with it.

How to run

In order to run redis cluster you have to do the following:

  • Install redis-server by issuing > apt-get install redis-server -y
  • Stop running instance of redis-server which is run after installing it
  • Clone this repository to your redis server
  • Run ./start-everything.sh 127.0.0.1

Note that ./start-everything.sh script takes one parameter which is IP address of server.

About

Redis configuration for 1 master & 2 slaves + sentinels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages