Commit f9ce5f9c authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2854 from seeARMS/patch-1

Added redis to list of available queue drivers
parents e3cb29a3 3e29d067
...@@ -11,7 +11,7 @@ return array( ...@@ -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"
| |
*/ */
......
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