队列使用redis配置
This commit is contained in:
parent
051ca65021
commit
48d2163586
@ -24,9 +24,9 @@ return [
|
||||
'redis' => [
|
||||
'type' => 'redis',
|
||||
'queue' => 'default',
|
||||
'host' => '127.0.0.1',
|
||||
'host' => 'redis',
|
||||
'port' => 6379,
|
||||
'password' => '',
|
||||
'password' => env('redis.auth'),
|
||||
'select' => 0,
|
||||
'timeout' => 0,
|
||||
'persistent' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user