colinmollenhour / Cm_RedisSession

Redis-based session handler for Magento with optimistic locking
208 stars 121 forks source link

Receiving reports that REDIS can write, read .. but cannot clear the cache (via /cache/index) #157

Closed seansan closed 5 years ago

seansan commented 5 years ago

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 see the same number of keys Also we see outdated data on the frontend (so the cache is not cleared) And a next indicator is: the cache clearing is just too fast

Did something change in past updates like below? (I read something about READ ONLY ...)

https://github.com/colinmollenhour/Cm_RedisSession/commit/a33684ebcdbeb53b0f2129a3bb6673903893adb2#diff-71f77498d43f4050aa24ea5b7f44b842

This is our version

Redis server v=5.0.1 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=fb0cee1c3dbaca2d

seansan commented 5 years ago

Sorry should be CM_Backend, closing here