Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/configuration/distributed-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
When this option is active, accessing a cache entry in Redis will reset its expiration.