Move to the new PyMemcacheCache cache backend.
Review Request #12337 — Created June 3, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
release-5.0.x | |
Reviewers | |
reviewboard | |
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.

-
-
reviewboard/cmdline/rbsite.py (Diff revision 1) should we mention that this change was made in Reviewboard 5.0 (similar to some other comments in this file)
Change Summary:
Include the version of Review Board where we're making the change in comments.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+194 -46) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
-
reviewboard/cmdline/rbsite.py (Diff revision 2) This is kinda weirdly-formatted. Maybe a good opportunity to put this into a constant and use it in the places referencing it?
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+194 -46) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.