This commit is contained in:
2021-02-15 20:55:55 +08:00
parent 74604324b1
commit e1a5b61708
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ class Redis extends Pool
return $redis;
});
if ($client === false) {
Coroutine::sleep(0.003);
return $this->newClient($config, $coroutineName);
}
$this->printClients($config['host'], $coroutineName, true);