Posted by adrianmak on January 25, 2011 at 1:39pm
Jump to:
| 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
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
Automatically closed -- issue fixed for 2 weeks with no activity.