summaryrefslogtreecommitdiff
path: root/requests_cache/backends/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add a filesystem backendJordan Cook2021-04-211-0/+5
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-1/+9
* Update all backend-specific integration tests to fail quickly if not set up, ...Jordan Cook2021-04-121-11/+11
* Demote most logging.info statements to debugJordan Cook2021-04-101-1/+1
* Improve backend initialization:Jordan Cook2021-04-021-59/+65
* Move cache key utilities to a separate moduleJordan Cook2021-03-301-1/+2
* Add normalization for request jsonJordan Cook2021-03-301-1/+1
* Also remove invalid responses when running remove_expired_responses()Jordan Cook2021-03-301-0/+1
* Remove some redundant module docstrings, and fix some ref linksJordan Cook2021-03-291-6/+1
* Pass along optional kwargs to all storage classes, and make default table nam...Jordan Cook2021-03-241-2/+4
* Consolidate expiration, pre-serializiation, and other response object logic i...Jordan Cook2021-03-221-4/+19
* Add sanity checks to get_cache, clear, and remove_expired_responses to make s...Jordan Cook2021-03-041-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-5/+9
* Merge pull request #92 from ar90n/add_dynamodb_backendRoman Haritonov2017-06-011-1/+7
|\
| * add dynamodb backendMasahiro Wada2017-05-141-1/+7
* | add gridfs supportCheng Guangnan2017-04-011-0/+7
|/
* Fix #61. Ability to pass backend instance in install_cacheRoman Haritonov2016-03-191-2/+4
* More informative message for missing backend dependenciesGarrett-R2016-02-281-3/+14
* Fix #15Roman Haritonov2013-10-091-0/+16
* Added Redis Backendmichaelbeaumont2013-04-171-0/+6
* Make sqlite3 optional for Heroku support. Thanks to @nathancahillRoman Haritonov2012-09-091-2/+9
* Use relative importsRoman Haritonov2012-05-111-3/+3
* refactor: rename MemoryCache to BaseCacheRoman2012-04-111-2/+2
* Added mongodb backendRoman2012-04-101-1/+6
* MemoryCache now reduces and Response. More docstringsRoman2012-04-081-1/+7
* initial commitRoman2012-04-081-0/+10