From e3a5d1fc50725b462c19d2ae0750b31198f9cf52 Mon Sep 17 00:00:00 2001 From: Wendi Li Date: Mon, 2 Nov 2020 19:19:49 +0800 Subject: [PATCH] Update FAQ.rst --- docs/FAQ/FAQ.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/FAQ/FAQ.rst b/docs/FAQ/FAQ.rst index 8ea5e9f82..1cf895123 100644 --- a/docs/FAQ/FAQ.rst +++ b/docs/FAQ/FAQ.rst @@ -62,6 +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. .. note::