Redis Caching Not Working PHP 7.3
-
I’ve setup redis in the past with W3Total Cache, on Ubuntu servers with apache.
I have put these in my configuration php file in the ini directory of w3-total-cache
define( ‘W3TC_CONFIG_CACHE_ENGINE’, ‘redis’);
define( ‘W3TC_CONFIG_CACHE_REDIS_SERVERS’, ‘127.0.0.1:6379’ );I have installed redis-server
I have installed php-redis
I have adjusted max-memory, memory and supervised in the redis config.I have restarted apache and redis-server and restarted redis-server.service
I have then rebooted my server however, redis fails to show as an available option in w3-total-cache
I’m suspecting the issue may be related to me using php 7.3 as I didn’t the previous times when it worked.
Any tips or suggestions would be great thanks.
- The topic ‘Redis Caching Not Working PHP 7.3’ is closed to new replies.