Active
Project:
Memcache API and Integration
Version:
8.x-2.0
Component:
memcache_admin
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2020 at 06:56 UTC
Updated:
27 Jun 2025 at 08:27 UTC
Jump to comment: Most recent
Comments
Comment #2
djmymy commentedhi anisha786!
I as well am dealing with the same exact issue. Going to investigate more on this issue. Once I disabled Memcache I didn't have the issue. Will need to see why.
Comment #3
minoroffense commentedHappens in D7 as well. Had to exclude cache_bootstrap from using memcache. Couldn't save variables, update information was out of date, lots of weird behaviors.
Comment #4
djmymy commentedI was able to solve this issue with this article. Not sure about D7. I will see if I see anything around D7. Memcache Drupal 8 Fix
Comment #5
j.b commentedI am getting the same issue, after moving servers. The memcached is a AWS cluster.
Having this issue both in the back office and on the front. After editing a content and when i again view the node edit form, I get the old and new values randomly.
Doing a flush_all on the memcache install each time, corrects the issue.
Any idea what causes this ?
Comment #6
slejnej commentedHello,
any news on this? We are using D10.2 with php8.1 and saving menu, or any admin settings changes do not clear memcached.
Thanks
Comment #7
rifas-ali-pbi commentedHai even we had this issue. And it took us a while to debug this issue. We did two things.
1) Made AWS elastic host into 2 nodes.
2) Then used those 2 nodes in settings.php
Below is the configuration code for the memcache.