RedisMaster and Slave Setup
1. Install Linux dependencies GCC and Make(On Redis Server) sudo yum -y install gcc make 2. Download, Untar and Make Redis 3.0 wget http://<Download the latest file from the redis official site> tar xzf redis-3.3.0-rc3.tar.gz cd redis-3.0.0-rc3 make 3. Create Directories and Copy Redis Files sudo mkdir /etc/redis /var/lib/redis… Continue Reading RedisMaster and Slave Setup