summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-redis-global.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/kv/configs/.rr-redis-global.yaml')
-rw-r--r--tests/plugins/kv/configs/.rr-redis-global.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-redis-global.yaml b/tests/plugins/kv/configs/.rr-redis-global.yaml
new file mode 100644
index 00000000..d2e8aefe
--- /dev/null
+++ b/tests/plugins/kv/configs/.rr-redis-global.yaml
@@ -0,0 +1,14 @@
+rpc:
+ listen: tcp://127.0.0.1:6001
+
+logs:
+ mode: development
+ level: error
+
+redis-rr:
+ addrs:
+ - 'localhost:6379'
+
+kv:
+ redis-rr:
+ driver: redis