summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-redis-global.yaml
blob: 2737783585cc005002dfdf6b523202ce84ee7954 (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