Skip to main content

Django cache backend based on Pinterest's pymemcache client.

Project description

django-pymemcache is a Django cache backend that uses Pinterest’s pymemcache library as the backend.

Installation

pip install django-pymemcache

Usage

Simply use it as any other Cache backend, e.g.:

CACHES = {
    'default': {
        'BACKEND': 'djpymemcache.backend.PyMemcacheCache',
        'LOCATION': [
           '127.0.0.1:11211',
        ],
    },
}

Issues

https://github.com/jsocol/django-pymemcache/issues

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-pymemcache-0.1.0.tar.gz (6.4 kB view details)

Uploaded Source

File details

Details for the file django-pymemcache-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-pymemcache-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f26d9e38c1ad88c50d8e524be29aa1402cc3cb5d13fa3fb31f7eeef9c61a34de
MD5 e6072c0853593f8550d33f4014812eda
BLAKE2b-256 beda36842c5d48da22c1563dfddaeb94489408f8ee80b421cf3e1813be192fc9

See more details on using hashes here.

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