Resource icon

Unmaintained Zend Redis Cache 1.6.0

No permission to download
Exposes if Lua scripting is enabled to allow add-ons which depend on this add-on to conditionally implement Lua scripting.
  • Like
Reactions: rdn
  • Remove unneeded transactions usage
  • Like
Reactions: rdn
Improve add-on compatibility so the redis stats display correctly.
Redis summary info now added to the AdminCP home page:
capture-png.118339
Fix CSS cache invalidation
  • Ensure this add-on correctly handles redis not being selected as the caching backend.
  • Instead of bulk-deleting cached CSS, adjust the TTL down to ~5 minutes.
  • Simplify thread view counter logic.
Note; v1.1.1 was a private build which was not publically released.
  • Like
Reactions: rdn
The optimized thread list query for forums with a very large number of pages has been split into a separate addon (Optimized List Queries by Xon ).

The linked addon contains a potential bugfix for thread ordering.
Implement caching of thread counts in a forum.

Adds the following options under "Performance"
performance_options-png.113916


This really only makes a difference for very large boards.
Provide functionality to access Redis backend even if the custom XenForo_Model_DataRegistry isn't installed.

Improves Redis View Counter's addon.
No longer hard fails if the Cache was disabled or Redis Cache wasn't being used when using the tweaked XenForo_Model_DataRegistry.
Top Bottom