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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file django-zencache-0.1.0.tar.gz
.
File metadata
- Download URL: django-zencache-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d61a14d9efc090b5859516d5edd18c708c2825cba29711a5d6a2f9dac02e6459 |
|
MD5 | 87d2bf5ee9a7877ad27b6242ca73f5e9 |
|
BLAKE2b-256 | 62ce508aa4c4b7c33e3429873a0159a6cba36abcfe42a8e7f136bec52434635f |
File details
Details for the file django_zencache-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_zencache-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e50cb9c85d6564936fb5a691288ace657d7b84b8c1271a401f0ecd352441b8e |
|
MD5 | d5dee06ed424bee1822f7e0bb7b14790 |
|
BLAKE2b-256 | 915322a518d10b2c823fbcb8826d25e588a25afba4a1e998f62b18e8e7cee023 |