mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
9d61cdae1a
Django-redis is a BSD Licensed, full featured Redis cache/session backend for Django. Why use django-redis? * Modular client system (pluggable clients). * Master-Slave support in the default client. * Used in production in several projects as cache and session storage. * Supports infinite timeouts. * Python 3 support in same code base. * Facilities for raw access to Redis client/connection pool. * Highly configurable (can emulate memcached exception behavior, for example). * Unix sockets supported by default. * Pluggable parsers. WWW: http://niwibe.github.io/django-redis PR: 191281 Submitted by: melvyn at magemana dot nl (with minor changes)
18 lines
593 B
Plaintext
18 lines
593 B
Plaintext
Django-redis is a BSD Licensed, full featured Redis cache/session
|
|
backend for Django.
|
|
|
|
Why use django-redis?
|
|
|
|
* Modular client system (pluggable clients).
|
|
* Master-Slave support in the default client.
|
|
* Used in production in several projects as cache and session storage.
|
|
* Supports infinite timeouts.
|
|
* Python 3 support in same code base.
|
|
* Facilities for raw access to Redis client/connection pool.
|
|
* Highly configurable (can emulate memcached exception behavior, for
|
|
example).
|
|
* Unix sockets supported by default.
|
|
* Pluggable parsers.
|
|
|
|
WWW: http://niwibe.github.io/django-redis
|