Move to the new PyMemcacheCache cache backend.
Review Request #12337 — Created June 3, 2022 and submitted — Latest diff uploaded
The old
python-memcachedlibrary is unmaintained, and as a result,
Django has deprecated theirMemcachedCachebackend. This change
updates our dependency topymemcacheand changes over to use the new
PyMemcacheCachebackend.
Ran unit tests.