mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
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:
commit
a305695f28
3 changed files with 25 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue