I experienced that sites may conflict each other with this setup.

Comments

jeremy’s picture

Status: Active » Fixed

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',
);
adrianmak’s picture

I overlooked this option.
Thanks for pointing it out.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.