This guide assumes you are switched to su - . This guide assumes you are using the eSG provided installation image.
Compile redis v4.
yum groupinstall 'Development Tools' yum install tcl
You can change the values here to change compiled version.
REDIS_VERSION=4.0.8
wget http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz tar zxfv redis-${REDIS_VERSION}.tar.gz
cd redis-${REDIS_VERSION} make
make install