django-redis 4.12.1-1 source package in Ubuntu

Changelog

django-redis (4.12.1-1) unstable; urgency=medium

  * New upstream release
  * Bump standards-version to 4.5.0 without further change

 -- Scott Kitterman <email address hidden>  Mon, 01 Jun 2020 01:23:24 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-redis_4.12.1-1.dsc 2.1 KiB 0a9087a19c846237b3d1138c4d535a92cc67fd6ac81628898b31c519702b2e1d
django-redis_4.12.1.orig.tar.gz 22.8 KiB 306589c7021e6468b2656edc89f62b8ba67e8d5a1c8877e2688042263daa7a63
django-redis_4.12.1-1.debian.tar.xz 2.9 KiB 6f03eb37f594c4c4bfe31a26bfbe037cd0485be6c6f03266e4f237f41be42661

Available diffs

No changes file available.

Binary packages built by this source

python3-django-redis: 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-Replica 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.