Hi, we are migrating our python 2 services to python 3.
In python 2 we are using NDB - that uses Memcache In python 3 we are using cloud NDB - that cannot have Memcache as cache provider And now we have a problem when updating an entity from Python 3 it does not affect the cache, and when using Python 2 we get the cached copy of this entity. Without changing python 2 code to cloud NDB, how can we solve this and still have cache? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/19ecce3c-e774-491f-a168-40b99393c651%40googlegroups.com.
