django-redis 5.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 5.4.0

 -- Michael Fladischer <email address hidden>  Fri, 13 Oct 2023 20:18:41 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-redis_5.4.0-1.dsc 1.9 KiB 0ca26b9b48989655131e630e2eed0df4f0aa6a0e4fbf528a97d0dfad9cad3b58
django-redis_5.4.0.orig.tar.gz 51.3 KiB 6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42
django-redis_5.4.0-1.debian.tar.xz 3.5 KiB c457ba09c829075bceca3e270f8ae649ace08b67b75c52cae7cb9502ec6e1eea

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.