diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index 93b434f0..cbf59a0b 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -115,11 +115,7 @@ class Redis extends Pool if (!Context::hasContext($coroutineName)) { return; } - - $client = Context::getContext($coroutineName); - - $this->push($coroutineName, $client); - $this->remove($coroutineName); + $this->push($coroutineName, Context::getContext($coroutineName)); } /**