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) {