XF 2.0 Memcached

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
 
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
Hi !!
I installed Memcached on my cloud server and now i'm setting it in my config.php file
Do i have to change server 127.0.0.1 to a specific entry of my server ?
Sorry i'm a newbie !!
 
Back
Top Bottom