Merge pull request #2854 from seeARMS/patch-1
Added redis to list of available queue drivers
This commit is contained in:
2
app/config/queue.php
Normal file → Executable file
2
app/config/queue.php
Normal file → Executable file
@@ -11,7 +11,7 @@ return array(
|
|||||||
| API, giving you convenient access to each back-end using the same
|
| API, giving you convenient access to each back-end using the same
|
||||||
| syntax for each one. Here you may set the default queue driver.
|
| syntax for each one. Here you may set the default queue driver.
|
||||||
|
|
|
|
||||||
| Supported: "sync", "beanstalkd", "sqs", "iron"
|
| Supported: "sync", "beanstalkd", "sqs", "iron", "redis"
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user