diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-memcached.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-memcached.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-memcached.yaml b/tests/plugins/kv/configs/.rr-memcached.yaml new file mode 100644 index 00000000..68443bc4 --- /dev/null +++ b/tests/plugins/kv/configs/.rr-memcached.yaml @@ -0,0 +1,12 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +logs: + mode: development + level: error + +kv: + memcached-rr: + driver: memcached + addr: + - "localhost:11211" |