Merge pull request #3481 from manfre/ticket-16358

Fixed #16358 - Made memcache backend delete old value on a failure to set.
This commit is contained in:
Michael Manfre 2014-11-13 22:10:22 -05:00
commit a305695f28
3 changed files with 25 additions and 1 deletions

View file

@ -729,6 +729,10 @@ Miscellaneous
.. _universal newlines: http://www.python.org/dev/peps/pep-0278
* The Memcached cache backends ``MemcachedCache`` and ``PyLibMCCache`` will
delete a key if ``set()`` fails. This is necessary to ensure the ``cache_db``
session store always fetches the most current session data.
.. _deprecated-features-1.8:
Features deprecated in 1.8