You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Redis package is not included in the default CentOS repositories. It can be installed from the Remi repository.

In order to install Redis, you need to have root permission.


STEP 1. Enabling the Remi repository



STEP 2. Install the Redis package by typing:

sudo yum install redis


STEP 3. Once the installation is completed, start the Redis service and enable it to start automatically on boot with:

sudo systemctl start redis
sudo systemctl enable redis


You can check the status of the service by:

sudo systemctl status redis


  • No labels