MageHost extended version of Colin Mollenhour's Cm_Cache_Backend_File and Cm_Cache_Backend_Redis
- Install Modman
cdto your Magento root dirtest -d .modman || modman initmodman clone --copy --force https://github.com/magehost/magehost_cm_cache_backendmodman clone --copy --force https://github.com/colinmollenhour/Cm_Cache_Backend_File.gitmodman clone --copy --force https://github.com/colinmollenhour/Cm_Cache_Backend_Redis.git- If you keep your Magento code in Git:
rm -rf lib/Credis/.git- Add
.modmanto your.gitignore
- Edit
app/etc/local.xml: inside<config><global>add/update:
<cache><backend>MageHost_Cm_Cache_Backend_File</backend></cache>orMageHost_Cm_Cache_Backend_Redis