Download & Extend

Are multiple drupal sites cannot use same memcached with same port ?

Project:Memcache API and Integration
Version:6.x-1.7
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

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',
);

#2

I overlooked this option.
Thanks for pointing it out.

#3

Status:fixed» closed (fixed)

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