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
It took me 2 days of hard research to figure out how to add the password for the Redis Sentinel DSN, please add this information.
Correct Sentinel DSN with a password should look like this :
'redis:REDIS_PASSWORD@?host[REDIS_HOST1:REDIS_PORT1]&host[REDIS_HOST2:REDIS_PORT2]&redis_sentinel=SENTINEL_NAME&dbindex=DB_INDEX_NUMBER'