redis cache

  1. X

    Cache Permission Checks 1.5.0

    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...
  2. Cupara

    Do I need to configure more options in config.php for Redis?

    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/...
  3. developr

    Redis Configuration in XF2

    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' =>...
  4. Hristo Avramov

    How to configure and use redis cache?

    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!
Top Bottom