XF 2.1 Forum does not work with Memcached

hongtrang

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

Please help me.!
 
Top Bottom