Dijkstra
Dijkstra

Reputation: 2530

GAE flush memcache with go

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

Answers (1)

maddyblue
maddyblue

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

Related Questions