From b83421606057023b7ffa606cb27b351ef0f45588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 20 Feb 2021 13:43:46 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index 665bf650..6ddf3707 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -111,6 +111,7 @@ class Redis extends Pool } $this->push($coroutineName, Context::getContext($coroutineName)); $this->remove($coroutineName); + $this->lastTime = time(); } /**