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