Added configuration for RedisQueue
This commit is contained in:
parent
80b1c853ce
commit
1fb3e1dd6b
|
|
@ -55,6 +55,12 @@
|
|||
'queue' => 'your-queue-name',
|
||||
),
|
||||
|
||||
'redis' => array(
|
||||
'driver' => 'redis',
|
||||
'host' => 'localhost',
|
||||
'queue' => 'default'
|
||||
),
|
||||
|
||||
),
|
||||
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue