From 8805c0412850c2a435cf62c868baea8b7c45ce7c Mon Sep 17 00:00:00 2001 From: limd Date: Thu, 25 Nov 2021 19:20:02 +0800 Subject: [PATCH] fix redis2 sentinel config example --- weed/command/scaffold/filer.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index d936f91b6..bf895f484 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -169,7 +169,7 @@ superLargeDirectories = [] [redis2_sentinel] enabled = false -addresses = "172.22.12.7:26379,172.22.12.8:26379,172.22.12.9:26379" +addresses = ["172.22.12.7:26379","172.22.12.8:26379","172.22.12.9:26379"] masterName = "master" username = "" password = ""