Skip to content

andrelohmann/silverstripe-cache-backends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

silverstripe cache backends

Maintainers

  • Andre Lohmann (Nickname: andrelohmann)

Requirements

Silverstripe 3.2.*

Introduction

This repository adds some additional Cache Backends (Redis, MongoDB) to the silverstripe core

Installation

put the follwoing post install and post updates scripts into your composer.json


    "scripts": {
        "post-install-cmd": [
            "cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
        ],
        "post-update-cmd": [
            "cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
        ]
    },

About

Extends Silverstripe with Cache Backends for Redis and MongoDB

Resources

Stars

Watchers

Forks

Packages

No packages published