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:
@@ -502,4 +502,5 @@ REDIS_CONFIG = {
|
||||
"host": str(params.cache.host),
|
||||
"port": params.cache.port,
|
||||
"decode_responses": True,
|
||||
"password": params.cache.password,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user