改名
This commit is contained in:
@@ -115,11 +115,7 @@ class Redis extends Pool
|
|||||||
if (!Context::hasContext($coroutineName)) {
|
if (!Context::hasContext($coroutineName)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
$this->push($coroutineName, Context::getContext($coroutineName));
|
||||||
$client = Context::getContext($coroutineName);
|
|
||||||
|
|
||||||
$this->push($coroutineName, $client);
|
|
||||||
$this->remove($coroutineName);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user