Please refer to the README.txt that comes with the module:
If you want to have multiple Drupal installations share memcached instances,
you need to include a unique prefix for each Drupal installation in the $conf
array of settings.php:
$conf = array(
...
'memcache_key_prefix' => 'something_unique',
);
Comments
Comment #1
jeremy commentedPlease refer to the README.txt that comes with the module:
Comment #2
adrianmak commentedI overlooked this option.
Thanks for pointing it out.