• Michael Manfre's avatar
    Fixed #16358 - Made memcache backend delete old value on a failure to set. · bc8abe36
    Michael Manfre yazdı
    Default Memcached configuration allows for a maximum object of 1MB and
    will fail to set the key if it is too large. The key will be deleted from
    memcached if it fails to be set. This is needed to avoid an issue with
    cache_db session backend using the old value stored in memcached, instead
    of the newer value stored in the database.
    bc8abe36
tests.py 82.6 KB