From cd26b26d1d254b0643d0eaf6c2311b261e02ed42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 00:55:05 +0800 Subject: [PATCH] qqq --- kiri-engine/Redis/Redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Redis/Redis.php b/kiri-engine/Redis/Redis.php index 675e64e1..01750472 100644 --- a/kiri-engine/Redis/Redis.php +++ b/kiri-engine/Redis/Redis.php @@ -139,7 +139,7 @@ SCRIPT; */ public function destroy(): void { - $this->pool()->close($this->host); + $this->pool()->flush($this->host,0); }