Added redis to list of available queue drivers

This commit is contained in:
Colin Work
2014-04-22 10:14:03 -04:00
parent 13a34ff883
commit 3e29d06708

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 | 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"
| |
*/ */