Added configuration for RedisQueue

This commit is contained in:
Abishek R Srikaanth 2013-10-18 07:23:00 +05:30
parent 80b1c853ce
commit 1fb3e1dd6b
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@
'queue' => 'your-queue-name',
),
'redis' => array(
'driver' => 'redis',
'host' => 'localhost',
'queue' => 'default'
),
),
);