PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, November 12, 2022

[FIXED] how to read all keys in appengine memcache?

 November 12, 2022     google-app-engine, java, memcached     No comments   

Issue

I put a bunch of keys/values in the memcache. Now I want to read all keys/values from the memcache, is there any way with java to do that using any library?


Solution

Memcache in general and Google App Engine Memcache in particular have no mechanisms for iterating through the keys/values. If you have a particularly hot key it will be available at https://console.cloud.google.com/appengine/memcache, but otherwise you will need to iterate through the set of keys you believe you might have stored.



Answered By - John
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing