• 本站招聘各个版块版主共同发展,有意可私聊站长
资源图标

Redis Cache By Xon 2.18.5

没有下载权限

庆祝国庆中秋本站暂时关闭邀请码注册 https://t.me/tearcc

This add-on uses Credis with a custom cache provider for Redis (based off Cm_Cache_Backend_Redis). For best performance, install the php extension: phpredis



You must have a Redis instance installed, this is likely not possible with shared hosting



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



Feature overview


A pure php redis connector
High availability support
Exposes redis cache object for use for use by other add-ons
Implements some minor caching of forum thread counts
Troubleshooting



Please be aware that Redis is very sensitive to latency in a virtual environment. If repeated connection failures or protocol errors are experienced disable any Redis Persistence options.



Installation



Edit src/config.php and add:





PHP:



$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['provider'] = 'SV\RedisCache\Redis';
$config['cache']['config'] = [
'server' => '127.0.0.1',
'port' => 6379,
];



Options

By default, forum thread counts are cached. In general, this is observable when moving large number of threads from one forum to another, and the total page counts are wrong.





1711664100424-png.12947





Redis Statistics

Admincp dash board is extended with basic redis statistics:





1711664135695-png.12948





Debugger Statistics

Include redis timings when using the _debug=1 view for a page



Read Scaling



With the $config['cache']['config']['load_from_replica'] option, reads can be deferred to a singular replica instance. This takes all the options of 'config' (except the replicaconfig)



See the FAQ for configuration samples.



High availability



The Zend component support primary/replica setups with Redis Sentinel support. It does not support Redis multi-master clustering.


Additionally, this add-on implement caching of thread counts in a forum.
Redis Sentinel support for high-availability (see FAQ for details).
Licencing



Components licenced under; New BSD


Credis
Components licenced under; MIT Licence


XenForo Add-on code
作者
无名
下载
0
查看
6
首次发布
最后更新

Ratings

0.00 星 0 星

来自无名的更多资源

后退
顶部