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
The reason is that the password is not handed over to the second parameter in the code below. Even if the password is included in redis_url, the redis_sentinel_url library does not interpret and use the password.
Our project is using Redis Sentinel.
I made url and connected it according to the method guided by this repository, but I couldn't connect to Sentinel.
The reason is that the password is not handed over to the second parameter in the code below. Even if the password is included in redis_url, the redis_sentinel_url library does not interpret and use the password.
above code link
I think it should be changed as below.
The text was updated successfully, but these errors were encountered: