colinmollenhour / Cm_RedisSession

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

Magento 1 compatibility? #126

Closed csdougliss closed 6 years ago

csdougliss commented 7 years ago

What is the latest release compatible with Magento 1?

colinmollenhour commented 7 years ago

All releases on this repo are for M1. That said, you cannot always mix-n-match Cm_RedisSession, php-redis-session-abstract and Credis so if you update Cm_RedisSession update cm-redis-session-abstract, Credis and Cm_Cache_Backend_Redis as well. The last release was a little bumpy but I believe all issues are fixed in the latest tagged versions for both composer and modman installs.