1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 15:26:54 +08:00

Add support for redis password (#1508)

This commit is contained in:
Chaoying
2023-05-08 16:17:15 +08:00
committed by GitHub
parent 37a59f28d3
commit acf5df27ce
2 changed files with 2 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ _default_config = {
"redis_host": "127.0.0.1",
"redis_port": 6379,
"redis_task_db": 1,
"redis_password": None,
# This value can be reset via qlib.init
"logging_level": logging.INFO,
# Global configuration of qlib log