Cm_Cache_Backend_Redis icon indicating copy to clipboard operation
Cm_Cache_Backend_Redis copied to clipboard

A Zend_Cache backend for Redis with full support for tags (works great with Magento)

Results 27 Cm_Cache_Backend_Redis issues
Sort by recently updated
recently updated
newest added

Steps: - I configure limited size of redis (40MB) - Redis php extension is not installed - I create a script and run ```

We're using this library in our XenForo site, and we've set up an AWS Redis instance with multiple nodes (cluster). But we are getting the following error when trying to...

Here is an error which occurs when Redis is busy (with LUA enabled): `CredisException: Uncaught exception 'CredisException' with message 'BUSY Redis is busy running a script. You can only call...

Hi, I've changed some PHP keywords to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!

I am getting repports that REDIS can write, read .. but cannot clear the cache Cache is filling up But when we clear cache and go to REDIS managament we...

and add a modman script in to this Credis Repository. so i think it is easier to handle this in projects

Hi Colin, I noticed that Cm_Cache_Backend_Redis can only connect to a single Redis server. For larger setups, it would be nice if we could leverage the Credis_Cluster features. This pull...

@colinmollenhour Would you be interested in converting the Redis cache backend to the composer package, so that Magento can avoid updating the framework in order to include new release of...

Since v15 removed all redis mentions, Cm_Cache_Backend_Redis no longer works. What is the proper way to remove the plugin? There doesn't seem to be documentation for it. As even after...

Add 'safe_load' directive for overriding "read from slaves" feature on the fly in case one needs to ensure that replication lag cannot introduce race conditions.