2

I have multiple mediawiki installations, and I'm wondering if it's safe to allow them to all use the same memcached server.

Are there any "gotchas" involved?

1 Answer 1

0

The cache keys are prefixed by the database name and table prefix (or more specifically, $wgCachePrefix or if not specified wfWikiId()), so if all wikis use different database names/table prefixes then there should be no problems.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.