summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-11 20:13:25 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-11 20:20:09 -0500
commitbacf3aada5f73c289aa37113f2776ac3340995d4 (patch)
treeb2157a7c69fac1e3074a1ba79c31f9c9fe2a6163 /docs
parent2bd683658e17602a826a26b864a399b68181ee33 (diff)
downloadrequests-cache-bacf3aada5f73c289aa37113f2776ac3340995d4.tar.gz
Add some more notes about SQLite and Redis backends
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/backends.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/user_guide/backends.md b/docs/user_guide/backends.md
index b0461b9..2740af1 100644
--- a/docs/user_guide/backends.md
+++ b/docs/user_guide/backends.md
@@ -13,9 +13,8 @@ The default backend is SQLite, since it's simple to use, requires no extra depen
configuration, and has the best all-around performance for the majority of use cases.
```{note}
-In the rare case that SQLite is not available
-(for example, [on Heroku](https://devcenter.heroku.com/articles/sqlite3)), a non-persistent
-in-memory cache is used by default.
+In environments where SQLite is explicitly disabled, a non-persistent in-memory cache is used by
+default.
```
## Backend Dependencies