This is a simple redis configuration which consists of 1 master node and 2 slaves. Every node has a sentinel together with it.
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.