使用Go语言刷新GAE的内存缓存

huangapple go评论75阅读模式
英文:

GAE flush memcache with go

问题

有关如何使用Go刷新Google App Engine内存缓存的文档吗?

我在Python文档中看到了flush_all()函数的说明https://developers.google.com/appengine/docs/python/memcache/functions

英文:

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

答案1

得分: 4

memcache的Go代码列出了一个flush函数,官方文档中没有列出。我怀疑它是有效的,只是没有记录。

英文:

The memcache go code lists a flush function, which is not listed in the official docs. I suspect it works and is just undocumented.

huangapple
  • 本文由 发表于 2013年1月15日 05:04:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/14326618.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定