For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated

Was this helpful?