Full featured redis cache backend for Django.
Project description
==============================
Redis cache backend for Django
==============================
Full featured redis cache backend for Django.
Documentation
-------------
Read the Docs: https://django-redis.readthedocs.org/en/latest/
Features:
---------
* In active development.
* Sharding supported in a single package.
* Complete battery of tests (accepting improvements).
* Used in production environments on several projects.
* Can set keys with infinite timeout: ``cache.set('key', 'value', timeout=0)``
* Pluggable clients.
* Python3 support with same codebase.
* Supports Django: 1.3, 1.4 and 1.5
* Can take advantage of the connection pool with directly access to the raw redis connection.
* Can emulate memcached backend behavior with connection exceptions (see more :ref:`Settings <settings>`)
Future plans/In developement
----------------------------
* Auto failover
* Master-Slave pluggable client.
How to install
--------------
Run ``python setup.py install`` to install,
or place ``redis_cache`` on your Python path.
You can also install it with: ``pip install django-redis``
Redis cache backend for Django
==============================
Full featured redis cache backend for Django.
Documentation
-------------
Read the Docs: https://django-redis.readthedocs.org/en/latest/
Features:
---------
* In active development.
* Sharding supported in a single package.
* Complete battery of tests (accepting improvements).
* Used in production environments on several projects.
* Can set keys with infinite timeout: ``cache.set('key', 'value', timeout=0)``
* Pluggable clients.
* Python3 support with same codebase.
* Supports Django: 1.3, 1.4 and 1.5
* Can take advantage of the connection pool with directly access to the raw redis connection.
* Can emulate memcached backend behavior with connection exceptions (see more :ref:`Settings <settings>`)
Future plans/In developement
----------------------------
* Auto failover
* Master-Slave pluggable client.
How to install
--------------
Run ``python setup.py install`` to install,
or place ``redis_cache`` on your Python path.
You can also install it with: ``pip install django-redis``
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-redis-3.3.tar.gz
(44.8 kB
view details)
File details
Details for the file django-redis-3.3.tar.gz
.
File metadata
- Download URL: django-redis-3.3.tar.gz
- Upload date:
- Size: 44.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cbc6a40a013be33d9d54deffc0976fa47c73101c8674d2fe592b6dfa82c725b |
|
MD5 | 328b2aa7d330c919872b3ada932787d2 |
|
BLAKE2b-256 | b54e9eef6fc2c059e4b4fa42c2de00a4e5936c90fbfca20a1170c11e25e43db3 |