This commit is contained in:
2020-12-21 17:22:18 +08:00
parent f1a29fdeaf
commit 2eca023aa9
+1 -5
View File
@@ -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));
}
/**