June
14
Install Redis cPanel
Installing additional repository:
yum install epel-release -y
Installing Redis:
yum install redis -y
Enable the service on the server startup:
systemctl enable redis; systemctl start redis
Installing PHP 7.4 modules for Redis:
/opt/cpanel/ea-php74/root/usr/bin/pecl install igbinary igbinary-devel redis
Original post on cPanel forum