Skip to main content

Django cache backend based on Pinterest's pymemcache client.

Project description

https://travis-ci.org/django-pymemcache/django-pymemcache.svg?branch=master https://codecov.io/gh/django-pymemcache/django-pymemcache/branch/master/graph/badge.svg https://img.shields.io/pypi/v/django-pymemcache.svg?style=flat https://img.shields.io/pypi/djversions/django-pymemcache.svg?style=flat https://img.shields.io/pypi/pyversions/django-pymemcache.svg?style=flat

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/django-pymemcache/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.2.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

django_pymemcache-0.2.0-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-pymemcache-0.2.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.1

File hashes

Hashes for django-pymemcache-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9b520fb7ba7b0e3ddb418e91b4a3303e27beb92d1f3cdc9d0cc1e1285c52a59c
MD5 0cd3d7dbb093a0903cb1ef7f6156e815
BLAKE2b-256 01795bf70e575ed7f957a417ace8bfcd4ef1c5fe03fecb32598e1be94f39cedc

See more details on using hashes here.

File details

Details for the file django_pymemcache-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: django_pymemcache-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.1

File hashes

Hashes for django_pymemcache-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b8a41bee53809ac3df89c1dfc9eb9bc390b807367854912feac04691d428529d
MD5 55c03f05de145a3e7abed8b4cb3db019
BLAKE2b-256 d3b8cb4e6e467a8eb6a519961a55ddca869b6608d7422f4b4cb801794a0a94c6

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