summaryrefslogtreecommitdiff
path: root/tests/plugins/kv/configs/.rr-memcached.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-09-14 14:37:08 +0300
committerValery Piashchynski <[email protected]>2021-09-14 14:37:08 +0300
commit60c1be36e71315983f8aaed046bac3e22b7a6208 (patch)
treed48c2f53f249bf3ef8d7458c1bce997363d9f7b6 /tests/plugins/kv/configs/.rr-memcached.yaml
parentd9c463468985e0b5d814c54d7d1a1880ac18a177 (diff)
parent5d2cd55ab522d4f1e65a833f91146444465a32ac (diff)
Merge remote-tracking branch 'origin' into plugin/grpc
Diffstat (limited to 'tests/plugins/kv/configs/.rr-memcached.yaml')
-rw-r--r--tests/plugins/kv/configs/.rr-memcached.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/plugins/kv/configs/.rr-memcached.yaml b/tests/plugins/kv/configs/.rr-memcached.yaml
index da5d59c6..ef8de2ab 100644
--- a/tests/plugins/kv/configs/.rr-memcached.yaml
+++ b/tests/plugins/kv/configs/.rr-memcached.yaml
@@ -1,12 +1,13 @@
rpc:
- listen: tcp://127.0.0.1:6001
+ listen: tcp://127.0.0.1:6001
logs:
- mode: development
- level: error
+ mode: development
+ level: error
kv:
- memcached-rr:
- driver: memcached
- addr:
- - "127.0.0.1:11211"
+ memcached-rr:
+ driver: memcached
+ config:
+ addr:
+ - "127.0.0.1:11211"