Introduction
This article provides the steps to install Redis on CloudLinux servers with CageFS.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Install the
epel
repository if not already installed.dnf install epel-release -y
- Install the
redis
package.dnf install redis -y
- Enable the
redis
service.systemctl enable redis
- Start the
redis
service.systemctl start redis
- Add Redis to CageFS.
cagefsctl --addrpm redis
- Update CageFS.
cagefsctl --force-update
Comments
0 comments
Article is closed for comments.