On Thu, Dec 2, 2010 at 4:50 PM, Jacob Burch <[email protected]> wrote:
> What I"m doing now (returning None) is already fairly magical. Isn't that broken? set(KEY, "a", timeout=100) set(KEY, "b", timeout=0) get(KEY) won't returning None from the set(..., 0) instead of sending the instant-expire through to memcache mean that a subsequent get() will return "a"? Rob :) -- You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en.
