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',
],
'OPTIONS': {
'serializer': <your_serializer>,
'deserializer': <your_deserializer>,
},
},
}
Issues
https://github.com/django-pymemcache/django-pymemcache/issues
Release files for django-pymemcache 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-pymemcache-1.0.0.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_pymemcache-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.5 kB
Release files / django-pymemcache-1.0.0.tar.gz
| Download URL | django-pymemcache-1.0.0.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e2a9185dff1fc77c11c462f21cc4d8353683e354b85409639eaf77c9b373ffd8
|
|
BLAKE2b-256 checksum How to use checksums |
04d00504f223bd906b22ac518b50ba6185c40ec27e2752571bde3f136d82b493
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
|
Release files / django_pymemcache-1.0.0-py3-none-any.whl
| Download URL | django_pymemcache-1.0.0-py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
53734eed5940350569f5cd90644dfe97755bb08f42c97d72bb149ab0c667dbdc
|
|
BLAKE2b-256 checksum How to use checksums |
3594da921c46683ceeeaccab1275f2b012a8fbf6a017ce44b83116ddae3f5398
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
|