moodle/cache/stores/redis/README.md
2016-11-04 11:20:33 +00:00

6 lines
281 B
Markdown

Redis Cache Store for Moodle
============================
A Moodle cache store plugin for [Redis](http://redis.io).
This plugin requires the [PhpRedis](https://github.com/nicolasff/phpredis) extension. The PhpRedis extension can be installed via PECL with `pecl install redis`.