. /** * 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 = 2024042200; $plugin->requires = 2024041600; // Requires this Moodle version. $plugin->maturity = MATURITY_STABLE; $plugin->component = 'cachestore_redis';