Move to the new PyMemcacheCache cache backend.
Review Request #12337 — Created June 3, 2022 and submitted
The old
python-memcached
library is unmaintained, and as a result,
Django has deprecated theirMemcachedCache
backend. This change
updates our dependency topymemcache
and changes over to use the new
PyMemcacheCache
backend.
Ran unit tests.
Summary | ID |
---|---|
14beced772915da427753ea99184214447e4a494 |
- Change Summary:
-
Include the version of Review Board where we're making the change in comments.
- Commits:
-
Summary ID e10afe79cd43fbef72d7c07769421173d9d2a7b3 405850c02599e560482a2ab840b99d5d809fca58
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.