mirror of
https://github.com/predis/predis.git
synced 2026-08-25 03:29:32 +00:00
5eccc65d42
The username is now correctly retrieved from the userinfo fragment of the URI when using the "redis" scheme and a "username:password" pair is present. Values retrieved from the userinfo fragment always override the ones specified in `username` and `password` if those fields are present in the query string.