@@ -9,7 +9,10 @@ $config['base'] = array
# 定义队列
'queue' => array
(
- 'method' => 'db',
+ 'method' => 'redis',
+ 'host' => '172.26.102.182',
+ 'port' => '6379',
+ 'key' => false,
),
);