Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Oct 11, 2022
1 parent c02d52f commit 46a8c3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ Redis Sentinel support is added on openSRP server web. To enable redis sentinel

#### Configurations for the redis sentinel

| Configuration | Description | Type | Default |
|----------------------|---------------------------------------------------------------------------------|------------------------------|--------------|
| redis.sentinels | Comma separated string of redis sentinel e.g. "localhost:26379,localhost:26380" | String | "" |
| redis.master | Name of the set of redis instances to monitor. | String | "mymaster" |
| redis.architecture | Refers to the deployment strategy used i.e standalone or sentinel | String | "standalone" |
| Configuration | Description | Type | Default |
|----------------------|----------------------------------------------------------------------------------------------------------------|------------------------------|--------------|
| redis.sentinels | Comma separated string of redis sentinel e.g. "localhost:26379,localhost:26380". | String | "" |
| redis.master | Name of the set of redis instances to monitor. Its a name used to identify a redis master and its replicas. | String | "mymaster" |
| redis.architecture | Refers to the deployment topology used i.e standalone or sentinel. | String | "standalone" |

#### Supported Redis Architecture

Expand Down

0 comments on commit 46a8c3d

Please sign in to comment.