summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-22 22:53:12 +0300
committerValery Piashchynski <[email protected]>2021-04-22 22:53:12 +0300
commit06ee748c1ca23bf489ae707041f0e8f3e67fbaf7 (patch)
tree4249c893d194c779fd7510cef2de7e71b888735f /tests/plugins/kv/configs
parent91c1fa2e2693cb662425c1ba7cca2325a8458995 (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.yaml12
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'