Redis v4

Difficulty
Very easy

Redis v4

This guide assumes you are switched to su - . This guide assumes you are using the eSG provided installation image.

Goal

Compile redis v4.

Steps

Library Prerequisites

yum groupinstall 'Development Tools'
yum install tcl

EXPORTS used to set versions

You can change the values here to change compiled version.

REDIS_VERSION=4.0.8

Fetch Redis

wget http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz
tar zxfv redis-${REDIS_VERSION}.tar.gz

Build Redis

cd redis-${REDIS_VERSION}
make

Install Redis

make install

Setup the systemd service

/home/www/sites/esgr.in/wiki/data/pages/software/redis.txt · Last modified: 2018/07/26 21:54 by eServices Greece