
Install redis digitalocean install#
The install of the php-redis and php-igbinary packages should have done all this for you ( php-redis is dependent on php-igbinary).
You can try your searches with the PHP cli processor again. :/etc/php/7.2$ sudo systemctl restart php72-fpm If you are using php-fpm, it needs to be restarted:. :/etc/php/7.2$ sudo ln -s /etc/php/7.2/mods-available/igbinary.ini.
:/etc/php/7.2$ sudo ln -s /etc/php/7.2/mods-available/redis.ini. You can can establish them by :~$ cd /etc/php/7.2 cli/conf.d/20-redis.ini -> /etc/php/7.2/mods-available/redis.ini fpm/conf.d/20-redis.ini should be symlinks to. cli/conf.d/20-igbinary.ini -> /etc/php/7.2/mods-available/igbinary.ini fpm/conf.d/20-igbinary.ini should be symlinks to.
If that's ok, you need to make sure the library is loaded by PHP7.2. :~$ ls /etc/php/7.2/mods-available/igbinary.ini :~$ ls /etc/php/7.2/mods-available/redis.ini Next, you have to make sure the PHP configuration for the shared libraries exists:. You interpret using the format YYYYjj.mm, where: N.b., you may have more than one…one for PHP5.6 and one for PHP7.2. Make sure the shared library is installed properly. You need to make sure that PHP is loading the PHP/ redis interface shared library. I take no responsibility for your actions. WARNING! WARNING! WARNING! You can seriously mess up your system doing all this. WARNING! The following assumes you are using Debian/Ubuntu. I have confirmed the installation by using the below command Ĭan you suggest the exact steps for installing it for both the PHP version correctly? PHP Warning: Module 'redis' already loaded in Unknown on line 0Ĭan you suggest the exact steps for installing it for both the PHP version correctly? Hi, Thanks for your suggestions. **for php 5.6 : php.d]# php -m |grep redis **for php 7.2 : php.d]# php72 -m |grep redis I have confirmed the installation by using the below command
The issue is that the extension does not load up for PHP 7.2 when I check phpinfo but for PHP 5.6 it shows up in phpinfo. I have installed the PHP Redis extension for PHP 5.6 and PHP 7.2 version. Description Hi, Thanks for your suggestions.