diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index 641d62a1..60b94be3 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -77,7 +77,7 @@ class Redis extends Pool */ private function newClient($config, $coroutineName): \Redis|null { - $this->printClients($config['cds'], $coroutineName, true); + $this->printClients($config['host'], $coroutineName, true); return $this->createConnect([$config, $coroutineName], $coroutineName, function ($config, $coroutineName) { $redis = new SRedis(); if (!$redis->connect($config['host'], (int)$config['port'], $config['timeout'])) {