summaryrefslogtreecommitdiff
path: root/plugins/redis/tests/configs/.rr-redis.yaml
blob: 52198a3527ebde1e46e2c31a424d18f2b7a2a755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
redis:
  - cluster:
      addr:
        - 'localhost:6379'
      db: 0
      master: null
      password: ''
  - universal:
      addr:
        - 'localhost:6379'
      db: 0
      master: null
      password: ''
  - default:
      addr:
        - 'localhost:6379'
      db: 0
      master: null
      password: ''
  - sentinel:
      addr:
        - 'localhost:6379'
      db: 0
      master: null
      password: ''