My forum configures cache support according to this tutorial
Memcached
However, the website does not work
Please help me.!
Memcached
Code:
$ config ['cache'] ['enabled'] = true;
$ config ['cache'] ['provider'] = 'Memcached';
$ config ['cache'] ['config'] = [
'server' => '127.0.0.1'
];
Please help me.!