Move to the new PyMemcacheCache cache backend.

Review Request #12337 — Created June 3, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

The old python-memcached library is unmaintained, and as a result,
Django has deprecated their MemcachedCache backend. This change
updates our dependency to pymemcache and changes over to use the new
PyMemcacheCache backend.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Move to the new PyMemcacheCache cache backend.
The old `python-memcached` library is unmaintained, and as a result, Django has deprecated their `MemcachedCache` backend. This change updates our dependency to `pymemcache` and changes over to use the new `PyMemcacheCache` backend. Testing Done: Ran unit tests.
e10afe79cd43fbef72d7c07769421173d9d2a7b3 David Trowbridge
Move to the new PyMemcacheCache cache backend.
The old `python-memcached` library is unmaintained, and as a result, Django has deprecated their `MemcachedCache` backend. This change updates our dependency to `pymemcache` and changes over to use the new `PyMemcacheCache` backend. Testing Done: Ran unit tests.
405850c02599e560482a2ab840b99d5d809fca58 David Trowbridge
reviewboard/dependencies.py
reviewboard/cmdline/rbsite.py
Loading...