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
Was this helpful?
Install the redis-server
sudo apt update
sudo apt install redis-server
Run Redis service:
systemctl start redis-server.service
Last updated
Was this helpful?