add password configuration to Valkey settings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user