-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
django-ratelimit/test_settings.py
Lines 14 to 17 in 651c730
'connection-errors': { | |
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', | |
'LOCATION': 'test-connection-errors', | |
}, |
In ref to #239, I added Django 3.2 but Django at that version added a new class: PyMemcacheCache that uses a different version of memcached called pymemcached which is maintained by Pinterest.
Metadata
Metadata
Assignees
Labels
No labels