From 71ba15c0978b7dfb36cb7799f0dd53e7263973c1 Mon Sep 17 00:00:00 2001 From: Wendi Li Date: Mon, 2 Nov 2020 19:24:42 +0800 Subject: [PATCH] Update cache.py --- qlib/data/cache.py | 1 + 1 file changed, 1 insertion(+) 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. """ )