django1/django/core/cache/backends
Mariusz Felisiak d27e6b233f
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Thanks Ben Picolo for the report.
2022-05-16 06:17:40 +02:00
..
__init__.py Refactored cache from django/core/cache.py into django/core/cache package, with each backend getting a separate module. This keeps things cleaner and uses less memory, because the backend module is only loaded if it's needed. 2006-02-24 06:07:01 +00:00
base.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
db.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
dummy.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
filebased.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
locmem.py Fixed #33060 -- Added BaseCache.make_and_validate_key() hook. 2021-09-07 11:59:59 +02:00
memcached.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
redis.py Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. 2022-05-16 06:17:40 +02:00