summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-redis.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/kv/configs/.rr-redis.yaml')
-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'