You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 3380518 introduced a new Redis Sentinel DSN for the redis messenger transport which uses a scheme syntax like
`redis:?host[rs:1234]&host[rs2:1234]`.
Though, the coresponding factory only supports schemes which start with `redis://` or `rediss://` which renders the redis sentinel features for the messenger
unusable. This commit fixes the supported schemes by removing the `//` portion of them.
fixes#52899
0 commit comments