Skip to main content

Django cache backend for ZenCached.

Project description

django-zencache

Django cache backend for ZenCached.

Install

pip install django-zencache

Usage

pro/settings.py

# ...

CACHES = {
    "default": {
        "BACKEND": "django_zencache.DjangoZenCache",
        "LOCATION": "127.0.0.1:6779",
        "OPTIONS": {
            "pool_size": 10,
            "username": "app01",
            "password": "spnPF3HzY975GJYC"
        }
    },
}

# ...

Add CACHES in pro/settings.py, using django_zencache.DjangoZenCache as the backend.

Releases

v0.1.0

  • First release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-zencache-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

django_zencache-0.1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page