Redis Cache By Xon

XF Addon [2.2.X] Redis Cache By Xon 2.18.0

No permission to download
Compatible XF versions
  1. 2.2
  2. 2.3
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:

Code:
$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.

9A5wkNC.png
Author
mdandu
Downloads
0
Views
8
First release
Last update

Ratings

0.00 star(s) 0 ratings

Similar resources

Alert Improvements by Xon mdandu
A collection of improvements to the XenForo Alerts system
Optimized List Queries by Xon mdandu
A collection of replacement queries
[Xon] Click to Shrink mdandu
Shrink quotes after they have expanded