<?php return [ 'redis-consumer-fast' => [ 'handler' => Webman\RedisQueue\Process\Consumer::class, 'count' => 8, 'constructor' => [ // 消费者类目录 'consumer_dir' => app_path() . '/queue/redis/fast' ] ], 'redis-consumer-slow' => [ 'handler' => Webman\RedisQueue\Process\Consumer::class, 'count' => 8, 'constructor' => [ // 消费者类目录 'consumer_dir' => app_path() . '/queue/redis/slow' ] ] ];