colinmollenhour / Cm_RedisSession

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

Magento 2 Update #118

Closed mberkman closed 7 years ago

mberkman commented 7 years ago

I am working on a proyect in Magento 1.x wich has installed RedisSession pluging. My question is if there is a version supported for Magento 2.x, or if there is an alternative plugin instead of this one.

colinmollenhour commented 7 years ago

I believe Magento 2 bundles Redis session support out of the box. They helped refactor it into the php-redis-session-abstract library for just this reason.