We'll consider the feature request, however, Memcache is currently being used in production at many of the top traffic websites on the internet (Facebook, Twitter, Amazon - http://en.wikipedia.org/wiki/Memcached) without key iterators:
http://memcached.org/ I would think about what it is you need this feature for and implement a workaround in your application code. On Mon, Jun 14, 2010 at 4:56 AM, RockyWolf <[email protected]> wrote: > I think there Google should add something like a key iterator for the > cache in the memcache api. > > On Jun 9, 7:07 am, "Ikai L (Google)" <[email protected]> wrote: > > Memcache doesn't natively have this ability, even outside of App Engine. > > You'll have to keep an index of used keys, or consider a different > storage > > strategy. > > > > > > > > > > > > On Tue, Jun 8, 2010 at 4:36 PM, radzish <[email protected]> wrote: > > > Hi > > > > > Memcache API is missing this. Are there any ideas how to do that? > > > > > Regards, > > > Alex > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google App Engine for Java" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-appengine-java%[email protected]> > <google-appengine-java%2b[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine-java?hl=en. > > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine > > Blog:http://googleappengine.blogspot.com > > Twitter:http://twitter.com/app_engine > > Reddit:http://www.reddit.com/r/appengine- Hide quoted text - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
