dever 6 years ago
parent
commit
50c7602044
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youzan/config/base.php

+ 1 - 1
youzan/config/base.php

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