On Tue, Mar 24, 2009 at 8:00 PM, Coonay <[email protected]> wrote: > > i tried 2 method to update valuse in memcache: > 1:define a expiration time when adding a key > > if not memcache.add("notes", notes,60): > > > i suppose the value will be updated in 1 minute,but it doesn't >
The value will be removed from the cache in 1 minute. This means in 1 minute if you call add it will add it (never tried it though). > > > 2: use replace or set ,even delete then add ,neither can > > > could you give me some help? > Can you paste the code here? > > > > > > > -- Alkis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
