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?
views:
17answers:
1
A:
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)
Kai
2010-07-23 21:56:32