Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Add Redis support #406

Open
BlackRa1nFR opened this issue Oct 2, 2018 · 0 comments
Open

Add Redis support #406

BlackRa1nFR opened this issue Oct 2, 2018 · 0 comments

Comments

@BlackRa1nFR
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant