You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fastapi_integration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This means a couple of things:
19
19
20
20
### Cache vs. Data
21
21
22
-
Redis works well as either a durable data store or a cache, but the optiomal Redis configuration is often different between these two use cases.
22
+
Redis works well as either a durable data store or a cache, but the optimal Redis configuration is often different between these two use cases.
23
23
24
24
You almost always want to use a Redis instance tuned for caching when you're caching and a separate Redis instance tuned for data durability for storing application state.
0 commit comments