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?

enter image description here

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:


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -