• Is it possible to have different installs of WordPress use 1 Memcache server. Will we get any collisions if so is it possible to change any key prefix’s to avoid this.

    I’ve noticed a few other topics of a similar question, without any answers. Please could you help anyone??

    Thank you.

    • This topic was modified 9 years, 4 months ago by mdsmash.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Actually have the same question. Looked for many topics – no answer =(

    Hi Folks,

    This is possible, you can set the cache key to be unique based on the DB_NAME by adding the following code the wp-config.php

    define('WP_CACHE_KEY_SALT', md5(DB_NAME . __FILE__));

    Cheers

    Stephen

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Memcache, multi install, same server.’ is closed to new replies.