J
jamalfree
Guest
helloi use redis cache but i need to set Guest page caching in config
PHP:
i add this code to to my config but website down.
Continue reading...
PHP:
Code:
$config['cache']['enabled'] = true;
$config['pageCache']['enabled'] = true;
$config['cache']['context']['page']['provider'] = 'Redis';
$config['cache']['context']['page']['config'] = [];
i add this code to to my config but website down.
Continue reading...