Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
This document explains how to install Redis (as root/sudo
)
To install Redis run the following commands:
apt-get install build-essential
apt-get install redis-server