1234567891011121314151617181920 |
- {
- "name":"colinmollenhour/cache-backend-redis",
- "type":"magento-module",
- "license":"BSD-3-Clause",
- "homepage":"https://github.com/colinmollenhour/Cm_Cache_Backend_Redis",
- "description":"Zend_Cache backend using Redis with full support for tags.",
- "authors":[
- {
- "name":"Colin Mollenhour"
- }
- ],
- "require":{
- "magento-hackathon/magento-composer-installer":"*"
- },
- "autoload": {
- "classmap": [
- "Cm/Cache/Backend/Redis.php"
- ]
- }
- }
|