From c1525fb1dbc9c63d6a66656cabd65c62489c6117 Mon Sep 17 00:00:00 2001 From: Liz Hennessy <95302380+lizhennessy@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:01:29 -0600 Subject: [PATCH] Update distributed-caching.mdx (#5716) --- docs/source/configuration/distributed-caching.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/distributed-caching.mdx b/docs/source/configuration/distributed-caching.mdx index 0d3b28281e..2890cad126 100644 --- a/docs/source/configuration/distributed-caching.mdx +++ b/docs/source/configuration/distributed-caching.mdx @@ -150,7 +150,7 @@ The `ttl` option defines the default global expiration for Redis entries. For AP ### Namespace -When using the same Redis instance for multiple puposes, the `namespace` option defines a prefix for all the keys defined by the router. +When using the same Redis instance for multiple purposes, the `namespace` option defines a prefix for all the keys defined by the router. ### TLS @@ -162,4 +162,4 @@ When active, the `required_to_start` option will prevent the router from startin ### Reset TTL -When this option is active, accessing a cache entry in Redis will reset its expiration. \ No newline at end of file +When this option is active, accessing a cache entry in Redis will reset its expiration.