From 6ba964b98a9cb965c180f0fa582f5fd1d9686d25 Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 1 Dec 2025 12:46:02 -0800 Subject: [PATCH] filer.toml: add username and keyPrefix to redis2.tmp example --- weed/command/scaffold/filer.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index d5db40f46..9261591c4 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -389,8 +389,10 @@ dialTimeOut = 10 enabled = false location = "/tmp/" address = "localhost:6379" +username = "" password = "" database = 1 +keyPrefix = "" [tikv] enabled = false