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

![image](https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/assets/22501570/a2847004-3165-4e3f-8065-bee96931e111) https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/blob/3fc3e9149097f67cded1c425088e37d7fa8083ed/Cm/Cache/Backend/Redis.php#L513 Look like if we save a cache entry with empty content then when we load, it is treated as non-existing cache entry so this makes some wrong logic...

Hello, Use magento 1.9 and already working with Cm_RedisSession & Cm_Cache_Backend_Redis module for store cache & session in Redis server which is working fine. Recently upgrade both versions Cm_RedisSession :...

I'm getting this error during composer install. _Could not scan for classes inside "/app/vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php" which does not appear to be a file nor a folder_

The language used to refer to read-only replicas should be updated to match [the official Redis docs](https://redis.io/docs/management/replication/#read-only-replica) and to address problematic language. I propose using the term `replica` for all...

Title says it all. From the look of it, it should just be the 1 word change.

Hi, When we ran the `composer update` then minor version is updated of `colinmollenhour/cache-backend-redis` and `colinmollenhour/credis` then we received the large number of performance issues in adobe commerce. So, during...

When calling `Cm_Cache_Backend_Redis::clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG, ['bla'])` this runs out of memory when there are a large number of entries. > PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to...