feat: add user specific redis auth (#19285)

This commit is contained in:
jiuker
2024-03-19 12:37:54 +08:00
committed by GitHub
parent 7213bd7131
commit d7fb6fddf6
4 changed files with 32 additions and 3 deletions

View File

@@ -674,6 +674,12 @@ var (
Sensitive: true,
Secret: true,
},
config.HelpKV{
Key: target.RedisUser,
Description: "Redis server user for the auth",
Optional: true,
Type: "string",
},
config.HelpKV{
Key: target.RedisQueueDir,
Description: queueDirComment,