Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 307 Bytes

File metadata and controls

12 lines (8 loc) · 307 Bytes

Installing Redis

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