改名
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user