Redis

Redis is an in-memory data store used as a cache and message broker.

Installation

sudo apt install redis -y
sudo systemctl enable redis
sudo systemctl start redis

Useful Commands

sudo systemctl status redis
sudo systemctl restart redis
redis-cli ping