mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 01:06:56 +08:00
Update cache.py
This commit is contained in:
@@ -180,6 +180,7 @@ class CacheUtils(object):
|
|||||||
> select {C.redis_task_db}
|
> select {C.redis_task_db}
|
||||||
> del "lock:{repr(lock_name)[1:-1]}-wlock"
|
> del "lock:{repr(lock_name)[1:-1]}-wlock"
|
||||||
> quit
|
> 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.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user