Redis Cache By Xon

Redis Cache By Xon 2.17.2

No permission to download
newimage Sergeant Major
Staff member
Moderating
badge id 104 You Are Richer badge id 109 NullPro Uploader
Jun 28, 2020
2,188
5,552
$6,110
newimage updated Redis Cache By Xon with a new update entry:

2.10.7 - Bugfix & Maintenance update

  • Fix email rendering
  • Prefix known global functions to avoid a current namespace lookup for the function.
  • Work-around for non-desirable caching behaviour when CloudFlare (or similar) is forced to cache css.php output
    • If css.php would return empty output instead return a 404 and cache in redis for at most a second
    • Prevent polluting of caches if the time-stamp is in the future
  • Improve XF Cloud support
    • config.php are not required if the stock...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Redis Cache By Xon with a new update entry:

2.11.0

  • Fix support for Redis v7+ high-availability using Redis Sentinel
  • Add support for redis auth via username/password (vs just password). Requires redis v6+
    PHP:
    $config['cache']['config']['username'] = 'myUsername'; // requires redis 6+, or for cloud redis installations
    $config['cache']['config']['password'] = '....';
  • Improve SSL/TLS support, exposing tls/ssl options.
    PHP:
    $config['cache']['config']['server'] = 'ssl://127.0.0.1';
    // See...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Redis Cache By Xon with a new update entry:

changelog

  • Require XenForo 2.2+
  • Require php 7.2+
  • Track latest upstream Credis library
  • Fix some errors from Redis would trigger an unhelpful php type error, instead of a more useful error message
  • Correctly implement "saveMultiple" method on the cache interface. This method is not used by XenForo (and apparently any other 3rd party).

Read the rest of this update entry...
 
thanks to dear member @jessy updated Redis Cache By Xon with a new update entry:

changelog

  • Remove displaying if Lua is configured or not, and remove the Lua enable/disable option.
    • Lua support was first added to redis v2.6.0, and this add-on required redis v3
  • Rework caching provider code in preparation for XenForo 2.3
    • XF have documented they are switching from Doctrine/Cache to Symfony/Cache
    • I have not tested this on XF2.3, and have coded against the public interfaces of the Symfony/Cache package.
    • A future release may be required for...

Read the rest of this update entry...
 
Back
Top