moodle/cache/stores/redis
2017-01-16 14:35:53 +08:00
..
lang/en MDL-57572 cache: Adds igbinary serializer to Redis cache store 2017-01-06 16:26:43 +01:00
tests
addinstanceform.php MDL-57572 cache: Adds igbinary serializer to Redis cache store 2017-01-06 16:26:43 +01:00
lib.php MDL-57572 cache: Adds igbinary serializer to Redis cache store 2017-01-06 16:26:43 +01:00
README.md NOBUG: Fixed file access permissions 2016-11-04 11:20:33 +00:00
settings.php MDL-57659 cache: Set default serializer to SERIALIZER_PHP 2017-01-16 14:35:53 +08:00
version.php MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00

Redis Cache Store for Moodle

A Moodle cache store plugin for Redis.

This plugin requires the PhpRedis extension. The PhpRedis extension can be installed via PECL with pecl install redis.