tvvignesh
12/6/2018 - 2:09 PM

Redis installation and commands

Redis installation and commands

wget http://download.redis.io/releases/redis-5.0.2.tar.gz

tar xzf redis-5.0.2.tar.gz

cd redis-5.0.2

cd deps

make hiredis jemalloc linenoise lua geohash-int

cd ..

sudo make install

make test

src/redis-server