django-ft-cache
django-ft-cache copied to clipboard
A fault-tolerant pylibmc cache backend for Django
When I tried to pass: ```` 'default': { 'BACKEND': 'django_ft_cache.FaultTolerantPyLibMCCache', 'LOCATION': env.str('MEMC_URL'), 'TIMEOUT': None, 'OPTIONS': { 'binary': True, 'username': env.str('MEMC_USERNAME', None), 'password': env.str('MEMC_PASSWORD', None), } ```` Package stopped working with...
Inspired by https://www.djangosnippets.org/snippets/155/ and borrowed from https://github.com/ericflo/django-newcache * [x] test coverage * [x] docs