When the built-in Redis cache provider is configured and Redis becomes temporarily unavailable (e.g., during a service restart or brief outage), XenForo throws an uncaught RedisException, resulting in a fatal error that makes the entire site inaccessible. This occurs early in the bootstrap...
Vastly increases the speed for rebuilding permissions when large numbers of user-groups and nodes exists.
Precomputed permissions are fetched from redis and not MySQL, reducing data required from MySQL and removing a number of joins. This can also fully-remove XenForo needing to repeatedly...
I finally got around to installing Apache to my server then installing Redis and phpredis as well as php-fpm. Right now, my main site I get this error:
Right now only my main site has the above error, my dev site is loading fine.
I added the code from https://xenforo.com/xf2-docs/manual/cache/...
Dear Community,
I configured Redis Cache in config.php but it seems that Redis doesn't work out of the box with XF2.
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config'] = [
'directory' => '/var/htdocs/internal_data/cache',
'server' =>...
Hello,
I would like to know is it easy to configure redis cache, I saw this is available in my hosting. Is it a matter only of changing the config?
If so what settings do I need to input. Thank you!