summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/redis.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34212 -- Made RedisCacheClient.incr() use write connection.Leo2022-12-161-1/+1
* Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty...Christos Kopanos2022-07-061-0/+4
* Used list comprehensions in RedisCache.delete_many().Christos Kopanos2022-07-061-4/+1
* Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak2022-05-161-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+8
* Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.Adam Johnson2022-01-131-8/+7
* Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé2021-12-141-1/+7
* Fixed #33012 -- Added Redis cache backend.Daniyal2021-09-141-0/+224