==============================
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``
Release files for django-redis 3.2
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-redis-3.2.tar.gz | 44.8 kB | Details |
Release files / django-redis-3.2.tar.gz
| Download URL | django-redis-3.2.tar.gz |
|---|---|
| Size | 44.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b67435d2a71510c319bcc91b2ca7858474e5e3561302c427c08367975e5efb4d
|
|
BLAKE2b-256 checksum How to use checksums |
eb95d5ba303fe5ddc5c4a8679d5399e464a2339b1fdda78dbaa7dda142cf075a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |