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