fix(store/valkey): Redis™ Sentinel doesn't require a password

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-11-18 09:16:12 -05:00
parent 6ca74c65bd
commit 156502b3db
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func TestFactoryValid(t *testing.T) {
{
name: "sentinel missing password",
jsonData: `{"sentinel": {"masterName": "mymaster", "addr": ["localhost:26379"]}}`,
expectError: ErrSentinelPasswordRequired,
expectError: nil,
},
{
name: "sentinel with optional fields",