colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
389 stars 142 forks source link

Convert to Composer Package #93

Open vrann opened 9 years ago

vrann commented 9 years ago

@colinmollenhour Would you be interested in converting the Redis cache backend to the composer package, so that Magento can avoid updating the framework in order to include new release of the backend? I think issues like this https://github.com/magento/magento2/pull/1231 should be handled by proper dependency management rather than by the code updates. Does this makes sense?

colinmollenhour commented 9 years ago

Yes, definitely makes sense and I am onboard with the idea in general. There is already a composer.json file though so I'm not sure what needs to be done to make it work with M2.