-
Bug
-
Resolution: Fixed
-
Critical
-
2.4.1, 2.5
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-38205-m25 -
- Set up a memcache test instance and ensure it works OK.
- Set up a memcache instance and map it to the database meta cache.
- Browse a couple of pages and make sure you don't get errors.
This is a memcache specific issue as memcached provides the prefix option.
There have been reports of our cache keys colliding with Drupal cache keys when both are set to use the same memcache instance.
Without confirming it I believe it makes good sense to include a Moodle specific prefix to avoid such collision with any software.
We hash our keys as do many others so no doubt there is the chance for collisions.