#### 问题描述
redis队列 出现 "Call to a member function connection() on null"
不是所有的消息都出现,偶发性的 且频率很高。8, // 可以设置多进程同时消费
'constructor' => [
// 消费者类目录
'consumer_dir' => app_path'options' => [
'auth' => getenv('REDIS_PASSWORD',''), // 密码,字符串类型,可选参数'db' => getenv('REDIS_QUEUE_DB',0), // 数据库
'prefix' => ''// key 前缀
'max_attempts' => getenv('REDIS_QUEUE_MAX',3), // 消费失败后,重试次数