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
commit f9ce5f9c50
1 changed files with 1 additions and 1 deletions

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

@ -11,7 +11,7 @@
| 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"
| |
*/ */