1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update FAQ.rst

This commit is contained in:
Wendi Li
2020-11-02 19:26:13 +08:00
committed by you-n-g
parent e3a5d1fc50
commit f536241a5f

View File

@@ -62,7 +62,7 @@ It sees the key of the redis lock has existed in your redis db now. You can use
> select 1
> flushdb
If the issue is not resolved, use ``key *`` to find if multiple keys exist. If so, try using ``flushall`` to clear all the keys.
If the issue is not resolved, use ``keys *`` to find if multiple keys exist. If so, try using ``flushall`` to clear all the keys.
.. note::