Merge pull request #5753 from nerzhul/patch-1

fix: add missing password when using redis in sentinel mode
This commit is contained in:
Jeremy Stretch 2021-02-24 15:01:03 -05:00 committed by GitHub
commit 89e6fd68e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,6 +391,7 @@ if CACHING_REDIS_USING_SENTINEL:
'locations': CACHING_REDIS_SENTINELS,
'service_name': CACHING_REDIS_SENTINEL_SERVICE,
'db': CACHING_REDIS_DATABASE,
'password': CACHING_REDIS_PASSWORD,
}
else:
if CACHING_REDIS_SSL: