Reputation: 2530
Are there any docs on how to flush the google app engine memcache using Go?
I can see flush_all() in the python docs https://developers.google.com/appengine/docs/python/memcache/functions
Upvotes: 1
Views: 137
Reputation: 16882
The memcache go code lists a flush function, which is not listed in the official docs. I suspect it works and is just undocumented.
Upvotes: 4