add password configuration to Valkey settings

This commit is contained in:
pigwin
2025-01-07 18:28:47 +00:00
parent c6fc0070cf
commit ba558803ff
3 changed files with 14 additions and 5 deletions

View File

@@ -11,7 +11,8 @@
"host": "127.0.0.1",
"port": "6379",
"max_conns": 50,
"timeout_ms": 5000
"timeout_ms": 5000,
"password": "the_valkey_password"
},
"temp": "value"
}