Connection setting in Redis queue.
This commit is contained in:
parent
e590bf2223
commit
eacb058caf
|
@ -68,6 +68,7 @@
|
|||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'expire' => 60,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue