1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: django-redis
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Scott Kitterman <scott@kitterman.com>,
Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 11),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-redis
Vcs-Git: https://salsa.debian.org/python-team/modules/django-redis.git
Homepage: https://github.com/niwinz/django-redis
Testsuite: autopkgtest-pkg-python
Package: python3-django-redis
Architecture: all
Depends:
python3-django (>= 2:2.2),
python3-redis,
${misc:Depends},
${python3:Depends},
Description: Redis cache backend for Django (Python 3)
django-redis is a full featured Redis cache/session backend for Django. It
provides several features to fully utilize Redis:
* Pluggable clients.
* Pluggable parsers.
* Pluggable serializers.
* Master-Slave support in the default client.
* Supports infinite timeouts.
* Facilities for raw access to Redis client/connection pool.
* Highly configurable (can emulate memcached exception behavior, for example).
* Unix sockets supported by default.
.
This is the Python 3 version of the package.
|