From b862e828fc3b3163fa8bab5ab0dfefe3ca4f29a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 15 Feb 2021 20:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Redis.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index ec672bbc..c6a699a4 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -24,9 +24,6 @@ class Redis extends Pool private int $_create = 0; - private int $creates = 0; - - /** * @param $value */