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

logs:
    mode: development
    level: error

kv:
    redis-rr:
        driver: redis
        config:
            addrs:
                - "127.0.0.1:6379"