1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 11:30:57 +08:00

Update cache.py

This commit is contained in:
Wendi Li
2020-11-02 19:24:42 +08:00
committed by you-n-g
parent 27b573c7d6
commit 71ba15c097

View File

@@ -180,6 +180,7 @@ class CacheUtils(object):
> select {C.redis_task_db}
> del "lock:{repr(lock_name)[1:-1]}-wlock"
> quit
If the issue is not resolved, use "keys *" to find if multiple keys exist. If so, try using "flushall" to clear all the keys.
"""
)