summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/redis.py
AgeCommit message (Expand)Author
2026-02-03Fixed #36879 -- Identified Django client in Redis client metadata.ar3ph
2025-03-05Clarified cryptic comment in django/core/cache/backends/redis.py.Tim Graham
2022-12-16Fixed #34212 -- Made RedisCacheClient.incr() use write connection.Leo
2022-07-06Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty...Christos Kopanos
2022-07-06Used list comprehensions in RedisCache.delete_many().Christos Kopanos
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