改名
This commit is contained in:
@@ -187,7 +187,7 @@ class Connection extends Pool
|
|||||||
*/
|
*/
|
||||||
public function printClients($cds, $coroutineName, $isBefore = false)
|
public function printClients($cds, $coroutineName, $isBefore = false)
|
||||||
{
|
{
|
||||||
$this->warning(($isBefore ? 'before ' : '') . 'create client[address: ' . $cds . ', ' . env('workerId') . ', coroutine: ' . Coroutine::getCid() . ', has num: ' . $this->size($coroutineName) . ', has create: ' . $this->hasCreate[$coroutineName] . ']');
|
// $this->warning(($isBefore ? 'before ' : '') . 'create client[address: ' . $cds . ', ' . env('workerId') . ', coroutine: ' . Coroutine::getCid() . ', has num: ' . $this->size($coroutineName) . ', has create: ' . $this->hasCreate[$coroutineName] . ']');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ class Redis extends Pool
|
|||||||
*/
|
*/
|
||||||
public function createClient(string $name, mixed $config): SRedis
|
public function createClient(string $name, mixed $config): SRedis
|
||||||
{
|
{
|
||||||
$this->printClients($config['host'], $name, true);
|
// $this->printClients($config['host'], $name, true);
|
||||||
$redis = new SRedis();
|
$redis = new SRedis();
|
||||||
if (!$redis->connect($config['host'], (int)$config['port'], $config['timeout'])) {
|
if (!$redis->connect($config['host'], (int)$config['port'], $config['timeout'])) {
|
||||||
throw new RedisConnectException(sprintf('The Redis Connect %s::%d Fail.', $config['host'], $config['port']));
|
throw new RedisConnectException(sprintf('The Redis Connect %s::%d Fail.', $config['host'], $config['port']));
|
||||||
|
|||||||
Reference in New Issue
Block a user