2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-11 09:15:51 +08:00

tests: add explicit test to demo default to 0 db on redis-sentinel without db opt

This commit is contained in:
Mohammed Sohail
2026-04-09 11:35:22 +03:00
parent 07898eade0
commit 0a9dd34460

View File

@@ -146,6 +146,7 @@ func TestParseRedisURI(t *testing.T) {
MasterName: "mymaster",
SentinelAddrs: []string{"localhost:5000", "localhost:5001", "localhost:5002"},
SentinelPassword: "mypassword",
DB: 0,
},
},
{