1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

fix: add missing password when using redis in sentinel mode

This commit is contained in:
Loïc Blot
2021-02-04 16:50:07 +01:00
committed by GitHub
parent b4ba5cbb7a
commit be1b6b6aa3

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: