Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34212 -- Made RedisCacheClient.incr() use write connection. | Leo | 2022-12-16 | 1 | -1/+1 |
* | Fixed #33826 -- Fixed RedisCache.set_many()/delete_many() crash with an empty... | Christos Kopanos | 2022-07-06 | 1 | -0/+4 |
* | Used list comprehensions in RedisCache.delete_many(). | Christos Kopanos | 2022-07-06 | 1 | -4/+1 |
* | Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. | Mariusz Felisiak | 2022-05-16 | 1 | -2/+2 |
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -5/+8 |
* | Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer. | Adam Johnson | 2022-01-13 | 1 | -8/+7 |
* | Fixed #33361 -- Fixed Redis cache backend crash on booleans. | Jeremy Lainé | 2021-12-14 | 1 | -1/+7 |
* | Fixed #33012 -- Added Redis cache backend. | Daniyal | 2021-09-14 | 1 | -0/+224 |