. /** * Redis Cache Store - Version information * * @package cachestore_redis * @copyright 2013 Adam Durana * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2020061500; $plugin->requires = 2020060900; // Requires this Moodle version. $plugin->maturity = MATURITY_STABLE; $plugin->component = 'cachestore_redis';