diff --git a/docs/source/routing/performance/caching/distributed.mdx b/docs/source/routing/performance/caching/distributed.mdx index 2af986512b..eb0e8c21e9 100644 --- a/docs/source/routing/performance/caching/distributed.mdx +++ b/docs/source/routing/performance/caching/distributed.mdx @@ -181,4 +181,4 @@ When this option is active, accessing a cache entry in Redis will reset its expi ### Pool size -The `pool_size` option defines the number of connections to Redis that the router will open. By default, the router will open a single connection to Redis. If there is a lot of traffic between router and Redis and/or there is some latency in thos requests, it is recommended to increase the pool size to reduce that latency. \ No newline at end of file +The `pool_size` option defines the number of connections to Redis that the router will open. By default, the router will open a single connection to Redis. If there is a lot of traffic between router and Redis and/or there is some latency in those requests, it is recommended to increase the pool size to reduce that latency. \ No newline at end of file