From 51860d34c7e439f7f4de395a19a77b78ed3ad06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Aug 2021 18:55:49 +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/Cache/Base/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Cache/Base/Redis.php b/System/Cache/Base/Redis.php index 5abda0eb..21cf6811 100644 --- a/System/Cache/Base/Redis.php +++ b/System/Cache/Base/Redis.php @@ -68,6 +68,7 @@ class Redis $this->_timer = Timer::tick(1000, function () { try { if (env('state') == 'exit') { + echo 'timer end.' . PHP_EOL; $this->stopHeartbeatCheck(); } if (time() - $this->_last > 10 * 60) {