Instalar Redis

Fuentes


Fedora

dnf install -y redis
systemctl start redis.service
systemctl enable redis.service

Ubuntu

sudo apt-get install redis-server

Backup del archivo de configuración

cp /etc/redis/redis.conf /etc/redis/redis.conf.default