ovflowd / chocolatey

:chocolate_bar: The open source Habbo.com Engine & CMS
GNU General Public License v3.0
50 stars 19 forks source link

Add Redis support #406

Open BlackRa1nFR opened 6 years ago

BlackRa1nFR commented 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