So I am trying to set up Redis for Wordpress Caching,
I have Redis server 3.2 installed, and am using PHP 5.6
When I go into the module installer for PECL's and search redis it shows the 3.0 extension which is not compatible with php 5.6 Same thing when I try 'pecl install redis' via cli, I get the following:
From what I understand I must install the PHP Redis 2.2.8 PECL PECL :: Package :: redis :: 2.2.8
but I cannot find any information how to actually get this done, in all honesty I dont think the cPanel interface should list version 3.0 if it is not compatible with my PHP version.
Anyway could someone please advise on how to get this installed properly as I cannot find a suitable walk through for cpanel systems.
I have Redis server 3.2 installed, and am using PHP 5.6
When I go into the module installer for PECL's and search redis it shows the 3.0 extension which is not compatible with php 5.6 Same thing when I try 'pecl install redis' via cli, I get the following:
Code:
[[email protected] ~]# pecl install redis
pecl/redis requires PHP (version >= 7.0.0, version <= 7.1.0, excluded versions: 6.0.0), installed version is 5.6.22
No valid packages found
install failed
but I cannot find any information how to actually get this done, in all honesty I dont think the cPanel interface should list version 3.0 if it is not compatible with my PHP version.
Anyway could someone please advise on how to get this installed properly as I cannot find a suitable walk through for cpanel systems.