Install the Redis service

Install the redis-server

sudo apt update
sudo apt install redis-server

Run Redis service:

systemctl start redis-server.service

Last updated