Skip to content

Commit

Permalink
Merge pull request #97 from CecSve/master
Browse files Browse the repository at this point in the history
Update caching.py
  • Loading branch information
ManonGros committed May 9, 2022
2 parents 5fe542a + 59ff974 commit f6b9f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygbif/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def caching(
- ``sqlite`` sqlite database (default)
- ``memory`` not persistent, stores all data in Python dict in memory
- ``mongodb`` (experimental) MongoDB database (pymongo < 3.0 required)
- ``redis`` stores all data on a redis data store (redis required)
- ``mongodb`` (experimental) MongoDB database (pymongo < 3.0 required and configured)
- ``redis`` stores all data on a redis data store (redis required and configured)
:param expire_after: [str] timedelta or number of seconds after cache will be expired
or None (default) to ignore expiration. default: 86400 seconds (24 hrs)
Expand Down

0 comments on commit f6b9f1f

Please sign in to comment.