Changes between Initial Version and Version 1 of Ticket #16858


Ignore:
Timestamp:
Sep 15, 2011, 4:00:13 PM (13 years ago)
Author:
Alex Gaynor
Comment:

I'm assuming you consider this a bug, and would like it to not reset the expiry time ;) What's the justification for that behavior, memcached does it?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16858 – Description

    initial v1  
    33To reproduce:
    44- setup the default cache to be locmem and with a timeout of 1 second
     5{{{
    56>> cache.set('key', 10, 300)
    67>> time.sleep(1)
     
    1112>> cache.get('key')
    1213None
     14}}}
    1315
    1416The cache should still contain the key at the last line.
Back to Top