Guest viewing is limited

XenForo Add-on [2.2x] Redis Cache - Redis Cache for XenForo 2 2.9.1 (1 Viewer)

ReD DeViL

đź‘‘ Devil Call,Z Me DaD đź‘‘
Staff member
đź‘‘ Administrator đź‘‘
Administrator
Jul 18, 2020
10,134
12,771
521
Offline
Redis Cache - Redis Cache for XenForo 2 2.9.1 This

add-on uses with custom cache provider for (based on ). For best performance please install php extension:

You have to install Redis version, this may not be done with shared hosting

While XenForo 2 has redis connector, it requires phpredis. This add-on is not.

Feature overview
  • A pure php redis connection
  • Supports high availability
  • Show the redis cache object for use by other add-ons
  • Implement some small caching on the number of forum threads
  • Redirect's XenForo individual css template caches to go into redis mode because otherwise it causes unwanted logging and locking on the xf_css_cache table
Troubleshooting

Please note that Redis is very sensitive to latency in virtual environments. If connection failure repeat or experienced protocol error disable any option .

Options
By default, the number of forum threads is cached. In general, this can be observed when moving large numbers of threads from forum to forum and total false pages.

redis-options.png
Redis
Stats The Admincp console is extended with basic redis statistics:

redis-stats.png
Read Scaling

With the $ config ['cache'] ['config'] ['load_from_slave'] option, reads can be deferred for a single slave instance. This has all the options of 'config' (except slave config)

High availability

Zend components support master / slave installation with Redis Sentinel support. It does not support Redis multifunction group.
  • In addition, this add-on performs caching of the number of threads in a forum.
  • Redis Sentinel supports high availability.
Licencing

Components are licensed under; New BSD
  • Credis
Components are licensed under; MIT License
  • XenForo Add-on code

Good luck.
 

Users who are viewing this thread

36,000Threads
47,673Messages
10,425Members
Top