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/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
Built Distribution
File details
Details for the file django-pymemcache-0.3.1.tar.gz
.
File metadata
- Download URL: django-pymemcache-0.3.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d4757dac089ce2268b786f0a7b536312e7423e4c5bd657bbd5b11d4e0ec24e1 |
|
MD5 | 0da51142a4238a2c8e5e67341fc8aec7 |
|
BLAKE2b-256 | 6c4660e9ad02e501e4225b5aac8b0c69f96c5d2c3e783e963f70c174859d9e82 |
File details
Details for the file django_pymemcache-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: django_pymemcache-0.3.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8bac1e0de42b2eeb561d4c9af4c46bb108b5c380d94dc12ad5467d88f4a80b8 |
|
MD5 | 2a39f6ee20974059b751aefd2f06e1f8 |
|
BLAKE2b-256 | 153569f223ece8878ed2ee043ed841abb006231f8a99ed5ac909e41e9243e055 |