开发者

App Engine SDK: How do I view keys in a specific namespace using the Memcache Viewer?

开发者 https://www.devze.com 2023-01-05 12:08 出处:网络
I\'m trying to use the Memcache Viewer in the App Engine Dev Console to view keys in a specific namespace. The obvious syntax of namespace.key is not working; I haven\'t been able to find documentatio

I'm trying to use the Memcache Viewer in the App Engine Dev Console to view keys in a specific namespace. The obvious syntax of namespace.key is not working; I haven't been able to find documentation describing开发者_如何学运维 specific usage. Is this possible?


Not possible. In dev, check namespace'd memcache items programmatically, e.g. using a handler.

Credit: moraes on #appengine / freenode (validated by looking at source)

0

精彩评论

暂无评论...
验证码 换一张
取 消