diff --git a/qlib/data/cache.py b/qlib/data/cache.py index 3cfb8dae9..2b9783fe3 100644 --- a/qlib/data/cache.py +++ b/qlib/data/cache.py @@ -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. """ )