Skip to content

Commit

Permalink
docs: fix typo in distributed caching (#4847)
Browse files Browse the repository at this point in the history
Co-authored-by: Geoffroy Couprie <apollo@geoffroycouprie.com>
  • Loading branch information
shorgi and Geal committed Mar 26, 2024
1 parent 602784d commit 615b74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/distributed-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ When using the same Redis instance for multiple puposes, the `namespace` option

### Required to start

When active, the `required_to_start` option will prevent the Router from starting if it cannot connect to Redis. By default, the Router will still start without a connection to Redis, which would result in only using the in-memory cache for APQ and query planning, and entity caching sending the requestsz to subgraphs undisturbed.
When active, the `required_to_start` option will prevent the Router from starting if it cannot connect to Redis. By default, the Router will still start without a connection to Redis, which would result in only using the in-memory cache for APQ and query planning, and entity caching sending the requests to subgraphs undisturbed.

### Reset TTL

Expand Down

0 comments on commit 615b74d

Please sign in to comment.