summaryrefslogtreecommitdiff
path: root/requests_cache/backends/mongodb.py
Commit message (Expand)AuthorAgeFilesLines
* Change DynamoDB table to use cache key as partition keyJordan Cook2023-03-011-1/+1
* Set default serializers for each backend using param defaults instead of 'def...Jordan Cook2023-01-131-6/+7
* Make CachedResponse.cache_key available from all cache access methodsJordan Cook2022-12-301-1/+1
* Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-131-1/+1
* Add decode_content option for storage classes, and use as the default behavio...Jordan Cook2022-06-101-1/+8
* Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-221-5/+4
* Merge *PickleDict storage classes into parent classesJordan Cook2022-04-221-24/+15
* Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8Jordan Cook2022-04-211-1/+1
* Store responses in DynamoDB as JSON documents instead of serialized binariesJordan Cook2022-04-191-3/+3
* Ensure BaseCache.cache_name gets set if a backend class is initialized direct...Jordan Cook2022-04-191-1/+1
* Close database connections (if applicable) on CachedSession.__exit__ and close()Jordan Cook2022-04-181-0/+3
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-1/+1
* Move backend docs to user guide, separate from API reference docsJordan Cook2022-04-171-1/+7
* Move detailed backend docs from rst docstings to md filesJordan Cook2022-04-161-97/+0
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-6/+2
* Add get_ttl() method for convenienceJordan Cook2022-04-151-8/+21
* Skip setting TTL for redirects collectionJordan Cook2022-04-151-4/+2
* Add notes on viewing responses in MongoDBJordan Cook2022-04-151-2/+19
* Use BSON preconf stage and store response values under top-level keys, so cre...Jordan Cook2022-04-151-27/+26
* Use a set_ttl() method instead of keyword argument, since it should only be s...Jordan Cook2022-04-151-31/+77
* Improvements for MongoDB:Jordan Cook2022-04-151-9/+70
* Add 'Use Cases' section to each backend's docsJordan Cook2022-03-171-0/+6
* Move misc minor utils to a separate moduleJordan Cook2021-10-271-1/+2
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-251-3/+4
* Add another monkey-patch for sphinx-automodapi instead of installing from git...Jordan Cook2021-08-231-1/+1
* Make DynamoDB and MongoDB naming consistentJordan Cook2021-08-201-0/+106