library cache-backends
Additional Cache Backends for Redis and MongoDB
andrelohmann-silverstripe/cache-backends
Additional Cache Backends for Redis and MongoDB
- Friday, December 4, 2015
- by andrelohmann
- Repository
- 1 Watchers
- 5 Stars
- 2,941 Installations
- 0 Dependents
- 3 Suggesters
- 2 Forks
- 2 Open issues
- 3 Versions
- 15 % Grown
silverstripe cache backends
Maintainers
- Andre Lohmann (Nickname: andrelohmann)
Requirements
Silverstripe 3.2.*, (*1)
Introduction
This repository adds some additional Cache Backends (Redis, MongoDB) to the silverstripe core, (*2)
Installation
put the follwoing post install and post updates scripts into your composer.json, (*3)
"scripts": {
"post-install-cmd": [
"cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
],
"post-update-cmd": [
"cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
]
},
dev-develop
dev-develop
Additional Cache Backends for Redis and MongoDB
Sources
Download
BSD-3-Clause
The Requires
framework
silverstripe
dev-master
9999999-dev
Additional Cache Backends for Redis and MongoDB
Sources
Download
BSD-3-Clause
The Requires
framework
silverstripe
1.0.0
1.0.0.0
Additional Cache Backends for Redis and MongoDB
Sources
Download
BSD-3-Clause
The Requires
framework
silverstripe