This commit is contained in:
2021-02-16 23:30:42 +08:00
parent e1a5b61708
commit d041c0464b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class Redis extends Pool
});
if ($client === false) {
Coroutine::sleep(0.003);
return $this->newClient($config, $coroutineName);
return $this->getConnection($config, $coroutineName);
}
$this->printClients($config['host'], $coroutineName, true);
return $client;