- Compatible XF Versions
- 1.4
- 1.5
- Additional Requirements
- Redis (v3.0.0 or better)
phpredis (for performance)
apcu (for loading data from local slave)
This "addon" packages Cm_Cache_Backend_Redis and Credis with a little glue-code to provide a Zend Cache forRedis. For best performance, install the php extension: phpredis
Additionally, this addon implement caching of thread counts in a forum.
As for clustering, the Zend component doesn't yet support it. There is some ongoing open source development to extend it. But it has been stalled for about 6 months.
Optionally, pipelining can be enabled in XenForo_Model_DataRegistry::getMulti by adding the following lines to config.php. Preferably after setting up the cache.
Licencing
Components licenced under; New BSD
Contributing features or bug fixes
Please create a Github Pull request via the "Find more info at github.com..." link.
Additionally, this addon implement caching of thread counts in a forum.
As for clustering, the Zend component doesn't yet support it. There is some ongoing open source development to extend it. But it has been stalled for about 6 months.
Optionally, pipelining can be enabled in XenForo_Model_DataRegistry::getMulti by adding the following lines to config.php. Preferably after setting up the cache.
Code:
require(XenForo_Application::getConfigDir().'/SV/RedisCache/Installer.php');
Licencing
Components licenced under; New BSD
- Cm_Cache_Backend_Redis
- Credis
- XenForo Addon code
Contributing features or bug fixes
Please create a Github Pull request via the "Find more info at github.com..." link.