til

Today I learned

View on GitHub

Install Redis

The best way to install this is from Source as you get the latest version

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
make test
sudo make install