Instalación de software ubuntudebian beginner

Instalar Redis

Instalar el servicio de caché Redis

Overview

Instalar el servicio de caché Redis

Commands

Se instalará Redis, ¿Continuar?

sudo apt-get update && sudo apt-get install -y redis-server
sudo systemctl enable --now redis-server