colinmollenhour / Cm_RedisSession

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

Error cleaning cache by mode matchingAnyTag: A pipeline is already in use and only one pipeline is supported. #194

Closed ithuis closed 1 year ago

ithuis commented 1 year ago

we upgrade openmage to latest version ( 19.5.1 ) which uses

colinmollenhour/credis (v1.14.0)
colinmollenhour/cache-backend-redis (1.16.0)
colinmollenhour/php-redis-session-abstract (v1.5.1)
colinmollenhour/magento-redis-session (3.1.1)

but now, if we try to clean the cache via admin we get this error.

Error cleaning cache by mode matchingAnyTag: A pipeline is already in use and only one pipeline is supported.

any idea what can cause this?

ithuis commented 1 year ago

wrong repo