summaryrefslogtreecommitdiff
path: root/requests_cache/backends/mongo.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-24/+28
* Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3Jordan Cook2021-04-191-1/+1
* Pass along optional kwargs to all storage classes, and make default table nam...Jordan Cook2021-03-241-5/+6
* Combine storage classes from backends.storage.* with their respective backend...Jordan Cook2021-03-241-9/+66
* Rename BaseCache.keys_map property and its associated table to 'redirects'Jordan Cook2021-03-241-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-4/+3
* #6 Add optional support for including headers to cache key in GET requestsRoman Haritonov2015-01-171-1/+1
* pep8Roman Haritonov2015-01-171-1/+0
* move storage implementations to packageRoman Haritonov2013-01-121-1/+1
* url -> keyRoman Haritonov2013-01-121-1/+1
* Use relative importsRoman Haritonov2012-05-111-2/+2
* clear some TODOsRoman Haritonov2012-05-041-1/+1
* connection option for MongoCacheRoman2012-04-111-2/+4
* refactor: rename MemoryCache to BaseCacheRoman2012-04-111-2/+2
* reuse mongo connectionRoman2012-04-101-1/+1
* Add missed mongo.pyRoman2012-04-101-0/+23