freebsd-ports/www/py-django-redis/pkg-descr
Sunpoet Po-Chuan Hsieh 5c14e8abce Fix WWW
Approved by:	portmgr (blanket)
2018-03-10 23:02:29 +00:00

17 lines
595 B
Text

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: https://github.com/niwinz/django-redis