diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-redis.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-redis.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/plugins/kv/configs/.rr-redis.yaml b/tests/plugins/kv/configs/.rr-redis.yaml deleted file mode 100644 index f9b967d5..00000000 --- a/tests/plugins/kv/configs/.rr-redis.yaml +++ /dev/null @@ -1,13 +0,0 @@ -rpc: - listen: tcp://127.0.0.1:6001 - -logs: - mode: development - level: error - -kv: - redis-rr: - driver: redis - config: - addrs: - - "127.0.0.1:6379" |