aboutsummaryrefslogtreecommitdiff
path: root/www/py-dj32-django-redis/pkg-descr
blob: 765564e7a725bc1c0c57e52276954b3700d127e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/jazzband/django-redis