Zend Redis Cache

Add-ons Zend Redis Cache 1.6.0

Register & Get access to index

XenBot

Supervisor
  • Thread starter
  • Staff
  • #1
XenBot submitted a new resource:

Zend Redis Cache - XenForo + Redis

This add-on packages Cm_Cache_Backend_Redis and Credis with a little glue-code to provide a Zend Cache for Redis. For best performance, install the php extension: phpredis

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.

Read Scaling

With the $config['cache']['backendOptions']['load_from_slave'] option, reads can...

Read more about this resource...
 

XenBot

Supervisor
  • Thread starter
  • Staff
  • #2
XenBot updated Zend Redis Cache with a new update entry:

Zend Redis Cache 1.6.0

  • New retry_reads_on_master option, when a read to the slave-redis instance fails (ie due to the redis instance still loading data), reads will fail-back to the master instance.
  • Confirm php 7.3 compatibility for pure-php redis connector
  • Compat bugfix for phpredis-v3 for exists() function. phpredis-v3 returns a bool, credis/phpredis-v4 return an int, this ensures all backend redis connectors return the same type for the exists function.

Read the rest of this update entry...
 
Back
Top Bottom