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
/
dynamodb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change DynamoDB table to use cache key as partition key
Jordan Cook
2023-03-01
1
-48
/
+35
*
Set default serializers for each backend using param defaults instead of 'def...
Jordan Cook
2023-01-13
1
-6
/
+7
*
Make CachedResponse.cache_key available from all cache access methods
Jordan Cook
2022-12-30
1
-1
/
+1
*
Update type hints to appease Pylance and stricter mypy settings
Jordan Cook
2022-12-13
1
-3
/
+3
*
Add decode_content option for storage classes, and use as the default behavio...
Jordan Cook
2022-06-10
1
-0
/
+2
*
Add a BaseStorage.default_serializer attribute, to be more explicit about whi...
Jordan Cook
2022-04-22
1
-5
/
+5
*
For SQLite expires column, use time.time() instead of datetime.timestamp()
Jordan Cook
2022-04-22
1
-3
/
+2
*
Merge *PickleDict storage classes into parent classes
Jordan Cook
2022-04-22
1
-22
/
+19
*
Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8
Jordan Cook
2022-04-21
1
-1
/
+3
*
Add screenshots and info for viewing DynamoDB responses
Jordan Cook
2022-04-20
1
-1
/
+0
*
Add support for DynamoDB TTL
Jordan Cook
2022-04-20
1
-27
/
+53
*
Store responses in DynamoDB as JSON documents instead of serialized binaries
Jordan Cook
2022-04-19
1
-11
/
+24
*
Create default table in on-demand mode instead of provisioned
Jordan Cook
2022-04-19
1
-12
/
+10
*
Ensure BaseCache.cache_name gets set if a backend class is initialized direct...
Jordan Cook
2022-04-19
1
-1
/
+1
*
Move backend docs to user guide, separate from API reference docs
Jordan Cook
2022-04-17
1
-1
/
+8
*
Move detailed backend docs from rst docstings to md files
Jordan Cook
2022-04-16
1
-51
/
+0
*
Update general expiration docs
Jordan Cook
2022-04-15
1
-0
/
+2
*
Add 'Use Cases' section to each backend's docs
Jordan Cook
2022-03-17
1
-3
/
+8
*
Format using a more typical line length of 100
Jordan Cook
2022-01-01
1
-2
/
+6
*
Move misc minor utils to a separate module
Jordan Cook
2021-10-27
1
-1
/
+2
*
Add some basic info about creating DynamoDB tables
Jordan Cook
2021-09-01
1
-33
/
+37
*
Revert renaming DynamoDB backend classes; a minor inconsistency is probably b...
Jordan Cook
2021-08-30
1
-6
/
+6
*
Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...
Jordan Cook
2021-08-25
1
-2
/
+2
*
Add CLI arg to benchmark script to select a backend
Jordan Cook
2021-08-20
1
-0
/
+4
*
Make DynamoDB and MongoDB naming consistent
Jordan Cook
2021-08-20
1
-4
/
+4
*
Better backend docs
Jordan Cook
2021-08-20
1
-10
/
+36
*
Integrate serializers with backends
Jordan Cook
2021-06-11
1
-2
/
+6
*
Adjust line length for black + isort
Jordan Cook
2021-04-30
1
-1
/
+3
*
Implement a faster bulk delete method for each backend
Jordan Cook
2021-04-30
1
-6
/
+15
*
Move storage class __str__ methods to base class, and just show keys instead ...
Jordan Cook
2021-04-22
1
-3
/
+0
*
Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to t...
Jordan Cook
2021-04-20
1
-1
/
+1
*
Allow passing any valid backend connection kwargs via BaseCache
Jordan Cook
2021-04-19
1
-25
/
+13
*
Add kwargs for AWS creds for DynamoDbDict
Jordan Cook
2021-04-12
1
-1
/
+11
*
Improvements to Sphinx documentation:
Jordan Cook
2021-04-03
1
-23
/
+22
*
Pass along optional kwargs to all storage classes, and make default table nam...
Jordan Cook
2021-03-24
1
-13
/
+6
*
Combine storage classes from backends.storage.* with their respective backend...
Jordan Cook
2021-03-24
1
-9
/
+124
*
Rename BaseCache.keys_map property and its associated table to 'redirects'
Jordan Cook
2021-03-24
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
-11
/
+12
*
add dynamodb backend
Masahiro Wada
2017-05-14
1
-0
/
+30