Skip to content

Commit

Permalink
Added information about redis storage configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS committed Aug 7, 2024
1 parent 34e0ad2 commit 0ca41e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ The next sections describes how to set up project configuration.

### Storage
- `storage.default-ttl-seconds` - set the default ttl for the data

#### Redis
- `storage.redis.{application-name}.port` - redis port.
- `storage.redis.{application-name}.host` - redis host.
- `storage.redis.{application-name}.password` - redis password, leave empty if no password required.
- `storage.redis.{application-name}.cluster.nodes` - list of node uris, set when using clustered redis.
- `storage.redis.{application-name}.cluster.enable_topology_refresh` - toggle for topology refresh support, set when using clustered redis.
- `storage.redis.{application-name}.cluster.topology_periodic_refresh_period` - refresh period of clustered redis topology, used when `storage.redis.{application-name}.cluster.enable_topology_refresh` is set to true.

0 comments on commit 0ca41e7

Please sign in to comment.