I'm occasionally seeing this error after calling .Set()
following .Get()
returning something as being not cached, perhaps after being purged.
The description... "memcache: server error" isn't particularly helpful or clear. But, the error seems to be temporary.
I'm not sure why this is happening, and whether this indicates that the shared Memcache service is temporarily unavailable altogether... or whether that operation should be perhaps retried at least once after a short delay during the current request?
Does anyone have any insight as to what this error actually means, and how to best work around it?