This commit is contained in:
2021-01-05 18:59:35 +08:00
parent 2a6db35e58
commit 1677000ad6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -86,7 +86,6 @@ class Redis extends Pool
if (empty($config['auth']) || !$redis->auth($config['auth'])) {
throw new RedisConnectException(sprintf('Redis Error: %s, Host %s, Auth %s', $redis->getLastError(), $config['host'], $config['auth']));
}
$this->printClients($config['host'], $coroutineName);
if (!isset($config['read_timeout'])) {
$config['read_timeout'] = 10;
}