chocolatey icon indicating copy to clipboard operation
chocolatey copied to clipboard

Add Redis support

Open BlackRa1nFR opened this issue 7 years ago • 0 comments

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

BlackRa1nFR avatar Oct 02 '18 17:10 BlackRa1nFR