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


Copyright 2021. All rights reserved.

Posted 14 June 2022 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.