summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/redis.py
AgeCommit message (Expand)Author
2022-05-16Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-13Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.Adam Johnson
2021-12-14Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal