In Django/python, how do I set the memcache to infinite time?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-05-26T22:27:44Z
Indexed on
2010/05/26
22:31 UTC
Read the original article
Hit count: 124
cache.set(key, value, 9999999)
But this is not infinite time...
© Stack Overflow or respective owner