Skip to content

Commit 2c127fb

Browse files
authored
Update README.md
1 parent 4541d6c commit 2c127fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,16 @@ redis.1.host = address:6379
4848
#redis.1.auth = password
4949
```
5050

51-
###### Step 2-2: If your Redis configured with Sentinel ######
51+
###### Step 2-3: If your Redis configured with Sentinel ######
5252
```bash
5353
redis.1.prefix = my_redis1
5454
redis.1.host = ip:26379,ip:26380
5555
#redis.1.auth = password
5656
redis.1.master = mastername
5757
```
58+
Note: You can add multiple Redis server using syntax 'redis.[index]'.
5859

59-
###### Step 2-2: Define your monitoring item in Redis ######
60+
###### Step 2-4: Define your monitoring item in Redis ######
6061
```
6162
## Stats
6263
monitor.instantaneous_input_kbps = true
@@ -86,7 +87,7 @@ monitor.keys = true
8687
monitor.expires = false
8788
monitor.avg_ttl = false
8889
```
89-
Please refer below url to define Redis's monitoring item that you want to monitor.
90+
Please refer redis.io's url to define Redis's monitoring items that you want to monitor.
9091
https://redis.io/commands/info
9192

9293
##### Step 3: Run #####

0 commit comments

Comments
 (0)