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).
:/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.
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.