Redis Cache By Xon

Redis Cache By Xon 2.18.7

No permission to download
  • Fix incorrect order of applying TLS options for a connection and using redis password authentication when not using phpredis extension
  • Fix dragonflydb support when displaying redis stats block around memory usage
    • Note; full dragonflydb functionality has not been tested
  • Fix possible incorrect query generation when caching forum totals with custom 3rd party time-conditions
  • Like
Reactions: imno007 and BrettC
  • Fix caching forum totals support when a date limit filter or 'Thread list date limit' is set on the forum
  • Improve compatibility with Known Bots add-on
  • Add caching for "Online statistics" block as this query becomes unexpectedly expensive as the user-count skyrockets
  • php 8.4+ compatibility fixes
  • For XF2.3.4+, check "View server information" admin permission when viewing redis information
  • Like
Reactions: VBX Co and Matt C.
  • Fix deleteMultiple() method for XF2.3 (not used by stock XF)
  • Like
Reactions: eva2000 and VBX Co
  • Fix XF2.3 support for some add-ons depending on extended redis functionality
  • Fix high availability support where css updates would be sent to a possible readonly replica instead of the writable instance
  • Like
Reactions: D.O.A. and VBX Co
  • Fix XF2.3 compatibility when css caching is enabled
  • Like
Reactions: eva2000
  • 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.
  • Like
Reactions: vwts and eva2000
Back
Top Bottom