- Jul 18, 2020
- 10,132
- 12,770
- 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
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
Stats The Admincp console is extended with basic redis statistics:
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.
Components are licensed under; New BSD
Good luck.
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
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.
Stats The Admincp console is extended with basic redis statistics:
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.
Components are licensed under; New BSD
- Credis
- XenForo Add-on code
Good luck.