2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-07-02 00:22:56 +08:00
Files
asynq/asynq_test.go
Jiale Lin 07898eade0 fix: parse DB number from redis-sentinel URI path (#669)
Previously, parseRedisSentinelURI ignored the /dbnumber path segment,
making it impossible to connect to any DB other than 0 via sentinel URIs.

This adds DB extraction from the URI path, consistent with how
parseRedisURI already handles it for redis:// and rediss:// schemes.

Closes #669
2026-03-21 11:33:56 -07:00

6.0 KiB