1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

add redis password authentication support, closes #82

This commit is contained in:
checktheroads
2020-10-10 21:13:28 -07:00
parent 14ec5da505
commit ba1a91c93f
11 changed files with 157 additions and 136 deletions

View File

@@ -502,4 +502,5 @@ REDIS_CONFIG = {
"host": str(params.cache.host),
"port": params.cache.port,
"decode_responses": True,
"password": params.cache.password,
}