Redis Cache By Xon

Redis Cache By Xon 2.17.2

No permission to download
  • Tweak execution order of class extensions/template modifications/etc to provide predictable ordering
  • Add LICENCE and README.MD to redistributable.
  • Like
Reactions: Sunka
  • If decompression of fetched content fails, just fail the cache get request. This should be a safe trade-off as if the key returns nothing XF stack should regenerate it.
    • Makes changing compression type a cache flush rather than rendering the site useless until Redis is manually flushed.
  • Support configuration-less usage to match built-in Redis provider.
    • If no server has been configured try localhost
  • Like
Reactions: Sunka
  • Remove debug code injecting multiple slaves
  • Fix correctly generating connection to slave for details.
  • Report serializer being used (php/igbinary).
  • Like
Reactions: Sunka and eva2000
  • Add redis stats to dashboard, and under Tools -> Redis Info.
  • Remove empty options page
  • Fix pure-php Redis connector which breaks 'Redis View Counters' add-on for large numbers of threads to update.
  • Update test suit & misc bugfixes to redis connector (pure-php & phpredis wrapper)
  • Fix forum prefix filtering not working
  • Like
Reactions: eva2000
  • Compatibility update for XF 2.0 RC2
  • Like
Reactions: eva2000
  • Fix sending HTML emails due to malformed CSS.
  • Allow LZ4 compression to be numerical rather than true/false, recommend value is between 4-6.
  • Added an icon.
  • Like
Reactions: Robru and eva2000
Top Bottom