Skip to content

MageHost extended version of Colin Mollenhour's Cm_Cache_Backend_File and Cm_Cache_Backend_Redis

Notifications You must be signed in to change notification settings

magehost/magehost_cm_cache_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MageHost_Cm_Cache_Backend

MageHost extended version of Colin Mollenhour's Cm_Cache_Backend_File and Cm_Cache_Backend_Redis

Installation

  • Install Modman
  • cd to your Magento root dir
  • test -d .modman || modman init
  • modman clone --copy --force https://github.com/magehost/magehost_cm_cache_backend
  • modman clone --copy --force https://github.com/colinmollenhour/Cm_Cache_Backend_File.git
  • modman 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 .modman to your .gitignore
  • Edit app/etc/local.xml: inside <config><global> add/update:
    <cache><backend>MageHost_Cm_Cache_Backend_File</backend></cache> or MageHost_Cm_Cache_Backend_Redis

About

MageHost extended version of Colin Mollenhour's Cm_Cache_Backend_File and Cm_Cache_Backend_Redis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages