Skip to content

Commit

Permalink
Update distributed-caching.mdx (#5716)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhennessy authored Jul 29, 2024
1 parent e2211b4 commit c1525fb
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit c1525fb

Please sign in to comment.