From 3e29d067087f48f395b7f41e2c35b6cf4175a088 Mon Sep 17 00:00:00 2001 From: Colin Work Date: Tue, 22 Apr 2014 10:14:03 -0400 Subject: [PATCH] Added redis to list of available queue drivers --- app/config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/config/queue.php diff --git a/app/config/queue.php b/app/config/queue.php old mode 100644 new mode 100755 index 6a879f78..391842a9 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -11,7 +11,7 @@ | 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" | */