Open BlackRa1nFR opened 6 years ago
Can you add Redis support to the CMS ?
like this :
$config['cache']['enabled'] = true; $config['cache']['sessions'] = true; $config['cache']['provider'] = 'Redis'; $config['cache']['config'] = [ 'host' => '127.0.0.1', 'password' => '' ];
Thanks
Can you add Redis support to the CMS ?
like this :
Thanks