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
2: use replace or set ,even delete then add ,neither can
could you give me some help?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---