MyBB Community Forums

Full Version: How do I enable memcache?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't find the settings in the admin to enable it..

I have setup memcache in my server ... but it is not being use by mybb.
./inc/config.php,line 48:

$config['cache_store'] = 'db';

change to:

$config['cache_store'] = 'memcache';
thanks got it .. Smile