1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 14:56:55 +08:00

Update FAQ

This commit is contained in:
zhupr
2020-09-28 17:29:56 +08:00
committed by you-n-g
parent 8d76a99ee0
commit e22e98ddc9
2 changed files with 7 additions and 2 deletions

View File

@@ -63,4 +63,9 @@ It sees the key of the redis lock has existed in your redis db now. You can use
> flushdb
Also, feel free to post a new issue in our GitHub repository. We always look at each case individually and try to find a root cause.
.. note::
``qlib.config.redis_task_db`` defaults is ``1``, users can use ``qlib.init(redis_task_db=<other_db>)`` settings.
Also, feel free to post a new issue in our GitHub repository. We always check each issue carefully and try our best to solve them.