Hey, is there're a way to use one memcached server for a few websites?
Here's my config:
SS_Cache::add_backend('primary_memcached','Memcached',array(
'host' => 'localhost',
'port' => 11211,
'persistent' => true,
'weight' => 1,
'timeout' => 5,
'retry_interval' => 15,
'status' => true,
'failure_callback' => ''
));
SS_Cache::pick_backend('primary_memcached', 'any', 10);
The problem is that websites have the same cache_id_prefix for a different projects