
opt/cpanel/ea-php56/root/usr/bin/php -m | grep redis
#Install redis install#
PHP 5.6 /opt/cpanel/ea-php56/root/usr/bin/pecl install igbinary igbinary-devel redis We recommend to install for all versions. You can install Redis PHP extension for all installed PHP version on your system or install for the active version only. Follow one of below step: cPanel with EasyApache 4 In this step there are two option available based in the EasyApache version on your cPanel server. Go to next step to enable Redis PHP extension on your cPanel server. Redis server is up and running on your system. Now, You can use yum package manage to install Redis server packages by executing below command yum install redisĪfter successfully installation start Redis service and enable to auto-start on system reboot.

Execute below command to enable: # CentOS/RHEL 7 yum install epel-release You need to enable EPEL yum repository on your server first. Redis packages are not available under default yum repositories. Login to your server shell access using root account. In order to use this tutorial, you must have root shell access of your WHM/cPanel server. This guide will help you for the installation of Redis server and binding with PHP using Redis PHP extensions on a cPanel server.

It also provides PHP module for communication between PHP script with Redis server. Redis is an in-memory data structure store, used as database server, cache and message broker.
