MDL-48468 cache: Import Redis cachestore

This code was originally taken from; https://github.com/durana/moodle-cachestore_redis
Special thanks to Mark Nielsen and Adam Durana for their work on this.

Since the original import;
- Mode session support has been added.
- Some cleanup of names has been made.
- Data guarantee and references support was added.
This commit is contained in:
Russell Smith
2016-10-30 13:34:43 +11:00
parent 577bd70d38
commit 68b1e13094
9 changed files with 789 additions and 1 deletions
+1 -1
View File
@@ -1744,7 +1744,7 @@ class core_plugin_manager {
),
'cachestore' => array(
'file', 'memcache', 'memcached', 'mongodb', 'session', 'static', 'apcu'
'file', 'memcache', 'memcached', 'mongodb', 'session', 'static', 'apcu', 'redis'
),
'calendartype' => array(