diff --git a/docs/fastapi_integration.md b/docs/fastapi_integration.md index f703a5c..62942e6 100644 --- a/docs/fastapi_integration.md +++ b/docs/fastapi_integration.md @@ -19,7 +19,7 @@ This means a couple of things: ### Cache vs. Data -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. +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. 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.