index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
/
backends
/
redis.py
Age
Commit message (
Collapse
)
Author
2026-02-03
Fixed #36879 -- Identified Django client in Redis client metadata.
ar3ph
2025-03-05
Clarified cryptic comment in django/core/cache/backends/redis.py.
Tim Graham
2022-12-16
Fixed #34212 -- Made RedisCacheClient.incr() use write connection.
Leo
Co-authored-by: Sin-Woo Bang <sinwoobang@gmail.com>
2022-07-06
Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an ↵
Christos Kopanos
empty list.
2022-07-06
Used list comprehensions in RedisCache.delete_many().
Christos Kopanos
2022-05-16
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Mariusz Felisiak
Thanks Ben Picolo for the report.
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.
Adam Johnson
2021-12-14
Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Jeremy Lainé
2021-09-14
Fixed #33012 -- Added Redis cache backend.
Daniyal
Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews and mentoring this Google Summer of Code 2021 project.