google app engine - View memcache items in GAE -
trying view items in memcache in gae.
https://code.google.com/p/googleappengine/issues/detail?id=7245 http://googleappengine.blogspot.com/2012/08/app-engine-171-released.html
these links "namespaces in memcache viewer - admin console supports retrieving memcache values stored in non-default namespace."
but still couldn't view item trying different combinations.
tried, ns.key, ns_key, key (where ns namespace, key key set in program). use development sdk 1.7.6, go runtime. should enter in search space seen in picture, or best way?
this not implemented in development server (but available in production admin console pointer jesse in comment).
you should open a new feature request in dev_appserver2 projects.
if feel contributing yourself, add support patching:
memcache_viewer.html
add new<input>
field capture namespace.memcache_viewer.py
addnamespace
argmemcache.get
call
Comments
Post a Comment