summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-02 22:55:52 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-21 10:51:14 -0500
commitf893f283957000be0aae7cf802ed341541379542 (patch)
treed7d1b1d33a3319811e6b899e0e014fa77108699f /README.md
parentcdf07cc8aa68b410020182b4127aa8394ce7b7d4 (diff)
downloadrequests-cache-f893f283957000be0aae7cf802ed341541379542.tar.gz
Add a filesystem backend
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a50e97..494f90b 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ See full project documentation at: https://requests-cache.readthedocs.io
[expiration](https://requests-cache.readthedocs.io/en/latest/user_guide.html#cache-expiration)
and other [behavior](https://requests-cache.readthedocs.io/en/latest/user_guide.html#cache-options)
* **Persistence:** Includes several [storage backends](https://requests-cache.readthedocs.io/en/latest/user_guide.html#cache-backends):
- SQLite, Redis, MongoDB, and DynamoDB.
+ SQLite, Redis, MongoDB, GridFS, DynamoDB, and filesystem.
* **Compatibility:** Can be used alongside
[other popular libraries based on requests](https://requests-cache.readthedocs.io/en/latest/advanced_usage.html#library-compatibility)