index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests_cache
/
backends
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a filesystem backend
Jordan Cook
2021-04-21
1
-0
/
+5
*
Allow passing any valid backend connection kwargs via BaseCache
Jordan Cook
2021-04-19
1
-1
/
+9
*
Update all backend-specific integration tests to fail quickly if not set up, ...
Jordan Cook
2021-04-12
1
-11
/
+11
*
Demote most logging.info statements to debug
Jordan Cook
2021-04-10
1
-1
/
+1
*
Improve backend initialization:
Jordan Cook
2021-04-02
1
-59
/
+65
*
Move cache key utilities to a separate module
Jordan Cook
2021-03-30
1
-1
/
+2
*
Add normalization for request json
Jordan Cook
2021-03-30
1
-1
/
+1
*
Also remove invalid responses when running remove_expired_responses()
Jordan Cook
2021-03-30
1
-0
/
+1
*
Remove some redundant module docstrings, and fix some ref links
Jordan Cook
2021-03-29
1
-6
/
+1
*
Pass along optional kwargs to all storage classes, and make default table nam...
Jordan Cook
2021-03-24
1
-2
/
+4
*
Consolidate expiration, pre-serializiation, and other response object logic i...
Jordan Cook
2021-03-22
1
-4
/
+19
*
Add sanity checks to get_cache, clear, and remove_expired_responses to make s...
Jordan Cook
2021-03-04
1
-1
/
+1
*
Refactor CachedSession to be usable as a mixin class
Jordan Cook
2021-03-04
1
-1
/
+1
*
Remove all python 2 compatibility
Jordan Cook
2021-02-26
1
-1
/
+0
*
Apply code formatting with black + isort
Jordan Cook
2021-02-26
1
-5
/
+9
*
Merge pull request #92 from ar90n/add_dynamodb_backend
Roman Haritonov
2017-06-01
1
-1
/
+7
|
\
|
*
add dynamodb backend
Masahiro Wada
2017-05-14
1
-1
/
+7
*
|
add gridfs support
Cheng Guangnan
2017-04-01
1
-0
/
+7
|
/
*
Fix #61. Ability to pass backend instance in install_cache
Roman Haritonov
2016-03-19
1
-2
/
+4
*
More informative message for missing backend dependencies
Garrett-R
2016-02-28
1
-3
/
+14
*
Fix #15
Roman Haritonov
2013-10-09
1
-0
/
+16
*
Added Redis Backend
michaelbeaumont
2013-04-17
1
-0
/
+6
*
Make sqlite3 optional for Heroku support. Thanks to @nathancahill
Roman Haritonov
2012-09-09
1
-2
/
+9
*
Use relative imports
Roman Haritonov
2012-05-11
1
-3
/
+3
*
refactor: rename MemoryCache to BaseCache
Roman
2012-04-11
1
-2
/
+2
*
Added mongodb backend
Roman
2012-04-10
1
-1
/
+6
*
MemoryCache now reduces and Response. More docstrings
Roman
2012-04-08
1
-1
/
+7
*
initial commit
Roman
2012-04-08
1
-0
/
+10