moodle/cache/stores/redis
2022-03-03 17:16:52 +11:00
..
classes MDL-72328 cachestore_redis: Add TTL support for Redis cache 2021-09-21 13:43:11 +01:00
db MDL-72328 cachestore_redis: Add TTL support for Redis cache 2021-09-21 13:43:11 +01:00
lang/en MDL-72328 cachestore_redis: Add TTL support for Redis cache 2021-09-21 13:43:11 +01:00
tests MDL-72596 core_cache: Track cache I/O size in perfdebug 2021-10-19 17:00:48 +01:00
addinstanceform.php MDL-63127 cachestore_redis: Implemented compression 2019-10-07 12:12:48 +01:00
lib.php MDL-74072 cachestore_redis: Add error check for envoy proxy 2022-03-03 17:16:52 +11:00
README.md NOBUG: Fixed file access permissions 2016-11-04 11:20:33 +00:00
settings.php MDL-72328 cachestore_redis: Add TTL support for Redis cache 2021-09-21 13:43:11 +01:00
version.php MDL-72328 cachestore_redis: Add TTL support for Redis cache 2021-09-21 13:43:11 +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.