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(); } /**