Changes between Initial Version and Version 1 of Ticket #33061, comment 9


Ignore:
Timestamp:
Aug 30, 2021, 3:32:50 AM (3 years ago)
Author:
Vijay

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33061, comment 9

    initial v1  
    77> You're missing that it calls `self._cache.decr()` not `self.decr()`.
    88
    9 Can you please tell me what does `self._cache.decr()` return for a non-existing key ?
     9Can you please tell me what does `self._cache.decr()` return for a missing key ?
Back to Top