diff options
author | Valery Piashchynski <[email protected]> | 2021-04-22 22:53:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-22 22:53:12 +0300 |
commit | 06ee748c1ca23bf489ae707041f0e8f3e67fbaf7 (patch) | |
tree | 4249c893d194c779fd7510cef2de7e71b888735f /tests/plugins/kv/configs | |
parent | 91c1fa2e2693cb662425c1ba7cca2325a8458995 (diff) |
- Add redis driver
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/kv/configs')
-rw-r--r-- | tests/plugins/kv/configs/.rr-redis.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-redis.yaml b/tests/plugins/kv/configs/.rr-redis.yaml new file mode 100644 index 00000000..0a7396ca --- /dev/null +++ b/tests/plugins/kv/configs/.rr-redis.yaml @@ -0,0 +1,12 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +logs: + mode: development + level: error + +kv: + redis-rr: + driver: redis + addrs: + - 'localhost:6379' |