As Memcached is available on the shared hosting servers, when you upgrade to XF2, if you want to use Memcached as the cache back end, you will need to add the below into the config.php file
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['namespace'] =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.