Commit eacb058c by Taylor Otwell

Connection setting in Redis queue.

parent e590bf22
...@@ -68,6 +68,7 @@ return [ ...@@ -68,6 +68,7 @@ return [
'redis' => [ 'redis' => [
'driver' => 'redis', 'driver' => 'redis',
'connection' => 'default',
'queue' => 'default', 'queue' => 'default',
'expire' => 60, 'expire' => 60,
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment