summaryrefslogtreecommitdiff
path: root/requests_cache/backends/redis.py
Commit message (Expand)AuthorAgeFilesLines
* Add some notes about Redis persistenceJordan Cook2021-08-251-3/+10
* Better backend docsJordan Cook2021-08-201-13/+34
* Integrate serializers with backendsJordan Cook2021-06-111-7/+8
* Adjust line length for black + isortJordan Cook2021-04-301-1/+3
* Implement a faster bulk delete method for each backendJordan Cook2021-04-301-0/+7
* Move storage class __str__ methods to base class, and just show keys instead ...Jordan Cook2021-04-221-3/+0
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-11/+10
* Pass along optional kwargs to all storage classes, and make default table nam...Jordan Cook2021-03-241-4/+5
* Combine storage classes from backends.storage.* with their respective backend...Jordan Cook2021-03-241-17/+60
* Rename BaseCache.keys_map property and its associated table to 'redirects'Jordan Cook2021-03-241-1/+1
* Refactor CachedSession to be usable as a mixin classJordan Cook2021-03-041-1/+1
* Remove all python 2 compatibilityJordan Cook2021-02-261-1/+0
* Apply code formatting with black + isortJordan Cook2021-02-261-4/+3
* #6 Add optional support for including headers to cache key in GET requestsRoman Haritonov2015-01-171-1/+1
* pep8Roman Haritonov2015-01-171-1/+1
* remove RedisPickleDict, because it's the same as RedisDictRoman Haritonov2013-04-181-2/+2
* Added Redis Backendmichaelbeaumont2013-04-171-0/+24