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

Add Redis support #406

@BlackRa1nFR

Description

@BlackRa1nFR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions