summaryrefslogtreecommitdiff
path: root/requests_cache/backends/gridfs.py
Commit message (Expand)AuthorAgeFilesLines
* 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-22/+23
* Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3Jordan Cook2021-04-191-1/+1
* Update GridFSPickleDict.__delitem__ to raise a KeyError for missing itemsJordan Cook2021-04-121-4/+8
* 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-14/+58
* Rename BaseCache.keys_map property and its associated table to 'redirects'Jordan Cook2021-03-241-1/+1
* Add sanity checks to get_cache, clear, and remove_expired_responses to make s...Jordan Cook2021-03-041-3/+3
* 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
* add gridfs supportCheng Guangnan2017-04-011-0/+34