Commit 1fb3e1dd authored by Abishek R Srikaanth's avatar Abishek R Srikaanth

Added configuration for RedisQueue

parent 80b1c853
......@@ -55,6 +55,12 @@ return array(
'queue' => 'your-queue-name',
),
'redis' => array(
'driver' => 'redis',
'host' => 'localhost',
'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