On Thu, Dec 2, 2010 at 4:50 PM, Jacob Burch <jacobbu...@gmail.com> 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 django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to