Word choice

This commit is contained in:
Andrew Brookins 2021-11-09 08:06:51 -08:00
parent a1fef8cfe6
commit 1e369e33c8

View file

@ -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.