Commit 64dd939b authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2366 from abishekrsrikaanth/patch-1

Added configuration for RedisQueue
parents f22a7c88 4b09f406
......@@ -55,6 +55,11 @@ return array(
'queue' => 'your-queue-name',
),
'redis' => array(
'driver' => 'redis',
'queue' => 'default',
),
),
);
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