英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论