JoyFreak
Well-known member
I am following this guide https://xenforo.com/xf2-docs/manual/cache/ and placed:
$config['cache']['enabled'] = true;$config['cache']['provider'] = 'Memcached';$config['cache']['config'] = [ 'server' => '127.0.0.1'];
in src/config.php. Is this correct? Will I not need to enter the port number as well?
Thanks
$config['cache']['enabled'] = true;$config['cache']['provider'] = 'Memcached';$config['cache']['config'] = [ 'server' => '127.0.0.1'];
in src/config.php. Is this correct? Will I not need to enter the port number as well?
Thanks