Redis Cache By Xon

xF2 Add-on Redis Cache By Xon 2.15.1

No permission to download
Compatible XF Versions
2.0, 2.1, 2.2
Visible Branding
No
Additional Requirements
php 5.6+
Redis (v3.0.0 or better)
phpredis (for performance)
Link XF Versions
XF2.1: https://enxf.net/resources/redis-cache-by-xon.262/version/4548/download
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.

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.
redis-options.png

Redis Statistics
Admincp dash board is extended with basic redis statistics:
redis-stats.png

Read Scaling

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

See the FAQ for configuration samples.

High availability

The Zend component support master/slave 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

Contributing features or bug fixes
Please create a GitHub Pull request via the "More Information" link.

Contributions

If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.

Please contact me if you wish for different licencing arrangements.
Author
ENXF NET
Downloads
454
Views
3,468
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Latest updates

  1. Bugfix

    Fix "call to a member function setRedisConnector() on null" when using a non-default advanced...
  2. 2.15.0 - Maintenance update

    Remove displaying if Lua is configured or not, and remove the Lua enable/disable option. Lua...
  3. 2.14.0 - Feature update

    Track latest upstream Credis library When various bulk-thread operations happen...
Top