• Your Files, Your Rules – Upgrade Today! Exciting news! With our new ownership, you’re no longer limited—upload files from here to any website without getting Banned. 🚀 Why wait? Upgrade your account now
Xon - Redis Cache

Free Xon - Redis Cache 2.18.1

  • Fix XF2.3 support for some add-ons depending on extended redis functionality
  • Restore XF2.1 support
  • Fix high availability support where css updates would be sent to a possible readonly replica instead of the writable instance
  • XF2.3 compatibility update
    • A bug in XenForo 2.3 Beta 1 (Fixed in beta 2) prevents XenForo from using this as a caching backend without manual code patching references to Adapter\AbstractAdapter to Adapter\AdapterInterface
  • Add \SV\RedisCache\Repository\Redis::get()->getRedisConnector() method, this should be used instead of \XF::app()->cache() instanceof Redis or similar.
  • Disable behavior which caused css.php to return a 404 on an invalid template.
    For the old behaviour of returning a HTTP 404 response, set this config.php option:

    $config['svForce404OnEmptyCss'] = true;
Back
Top