Add expire option by default.
This commit is contained in:
parent
e2b7f92abe
commit
3646070dc1
|
@ -61,6 +61,7 @@
|
|||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'queue' => 'default',
|
||||
'expire' => 60,
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue