Merge pull request #2854 from seeARMS/patch-1

Added redis to list of available queue drivers
This commit is contained in:
Taylor Otwell
2014-05-30 14:36:06 -05:00

2
app/config/queue.php Normal file → Executable file
View File

@@ -11,7 +11,7 @@ return array(
| API, giving you convenient access to each back-end using the same
| syntax for each one. Here you may set the default queue driver.
|
| Supported: "sync", "beanstalkd", "sqs", "iron"
| Supported: "sync", "beanstalkd", "sqs", "iron", "redis"
|
*/