1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.

Thanks Ben Picolo for the report.
This commit is contained in:
Mariusz Felisiak
2022-05-16 06:17:40 +02:00
committed by GitHub
parent d3677043fc
commit d27e6b233f
3 changed files with 21 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ Django 4.0.5 fixes several bugs in 4.0.4.
Bugfixes
========
* ...
* Fixed a bug in Django 4.0 where not all :setting:`OPTIONS <CACHES-OPTIONS>`
were passed to a Redis client (:ticket:`33681`).