epicserve / django-cache-url

Use Cache URLs in your Django Application
MIT License
18 stars 12 forks source link

Add support for PyMemcacheCache #12

Closed p14z closed 2 years ago

p14z commented 3 years ago

Starting with Django 3.2 the MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmaintained. The use of PyMemcacheCache is encouraged instead.

epicserve commented 3 years ago

@p14z, can you add some tests? You can probably copy these tests, https://github.com/epicserve/django-cache-url/blob/master/tests/test_memcached.py.