February 2018
Intermediate to advanced
382 pages
11h 33m
English
We will demonstrate the compilation installation of Redis in Ubuntu 16.04.2 LTS (Xenial Xerus). The downloading and building steps are as follows:
$ sudo apt-get install build-essential
$ mkdir /redis $ cd /redis
$ wget http://download.redis.io/releases/redis-4.0.1.tar.gz
$ tar zxvf redis-4.0.1.tar.gz $ cd redis-4.0.1
$ mkdir /redis/conf $ cp redis.conf /redis/conf/
$ cd deps $ make hiredis lua jemalloc linenoise $ cd ..
Read now
Unlock full access