Skip to content

thanos/django-consul-cache

Repository files navigation

django-consul-cache

https://travis-ci.org/thanos/django-consul-cache.svg?branch=master

A Consul based django cache

Documentation

The full documentation is at https://django-consul-cache.readthedocs.io.

Quickstart

Install django-consul-cache:

pip install django-consul-cache

AModify your Django settings to use django_consul_cache:

CACHES = {
    'default': {
        'BACKEND': 'django_consul_cache.ConsulCache',
        'LOCATION': 'localhost:8500',
    },
}

django-redis-cache shares the same API as django's built-in cache backends

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

About

A Consul cache backend for django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published