Share via: Facebook Twitter LinkedIn Email Below are the outline steps we were going to follow to achieve this high available cluster. 1. We will add 3 servers to our list 2. Download and install redis on each node cd /tmp/ wget https://rpms.remirepo.net/enterprise/7/remi/x86_64/redis-5.0.7-1.el7.remi.x86_64.rpm rpm -ivh redis-5.0.7-1.el7.remi.x86_64.rpm 6. Do below sentinel configuration in /etc/redis-sentinel.conf on all the 3 nodes and start …
How to setup replication environment in Redis using built in failover solution- sentinel ?












