summaryrefslogtreecommitdiff
path: root/plugins/redis/tests/configs/.rr-redis.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-21 13:14:42 +0300
committerValery Piashchynski <[email protected]>2020-12-21 13:14:42 +0300
commite7a62f19155bbba9ac17527e2abb30d31c632655 (patch)
treef060dbd61f0dc0d1093937eced738bd6aead1373 /plugins/redis/tests/configs/.rr-redis.yaml
parentb403dd170bf3dc3ce451ba4ada40dd55773b032a (diff)
Finish redis plugin
Diffstat (limited to 'plugins/redis/tests/configs/.rr-redis.yaml')
-rw-r--r--plugins/redis/tests/configs/.rr-redis.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/redis/tests/configs/.rr-redis.yaml b/plugins/redis/tests/configs/.rr-redis.yaml
deleted file mode 100644
index 52198a35..00000000
--- a/plugins/redis/tests/configs/.rr-redis.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-redis:
- - cluster:
- addr:
- - 'localhost:6379'
- db: 0
- master: null
- password: ''
- - universal:
- addr:
- - 'localhost:6379'
- db: 0
- master: null
- password: ''
- - default:
- addr:
- - 'localhost:6379'
- db: 0
- master: null
- password: ''
- - sentinel:
- addr:
- - 'localhost:6379'
- db: 0
- master: null
- password: '' \ No newline at end of file