What do you mean 'flushes the instance it is on"? It would be pretty strange to have memcahce that was somehow tied to specific instances of your app. The memcache.flush_all function flushes everything from memcache. And, when I've used flush_all, it flushes everything from memcache.
Robert On Mon, Feb 7, 2011 at 21:06, Brandon Wirtz <[email protected]> wrote: > Memcache flush flushes on the instance it is on... I haven't found it to be > real useful for me, since I can't flush on all instances... so I never trust > that I actually got a flush. > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of pdknsk > Sent: Monday, February 07, 2011 5:41 PM > To: Google App Engine > Subject: [google-appengine] Re: memcache.flush_all() failed without error > > Sorry for another message, but I just read that this function returns a > bool. I haven't checked it so far, because I expected the function to > trigger an exception when it fails. So is this expected behaviour then? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
