From 1e369e33c85b8e16330b5c7b9df7a732f6bdfd3c Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 9 Nov 2021 08:06:51 -0800 Subject: [PATCH] Word choice --- docs/fastapi_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.