summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-redis-global.yaml
blob: a497987946cf02cca709cf0bf06f16896453a546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rpc:
  listen: tcp://127.0.0.1:6001

logs:
  mode: development
  level: error

redis-rr:
  addrs:
    - '127.0.0.1:6379'

kv:
  redis-rr:
    driver: redis