Requirements:
sudo apt-get install build-essential
Bash
Installation:
Download the stable version, compile and install it.
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make -j2
sudo make install
Bash
Usage:
redis-server
Bash