From 056c99720ac7bdbc6ba81c6d76bd37018f58e49d Mon Sep 17 00:00:00 2001 From: Kevin Dees Date: Wed, 8 Aug 2018 10:20:39 -0400 Subject: [PATCH] update readme --- README.md | 6 ++++++ src/QueueRedisCommand.php | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f4a318..caa4b94 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,10 @@ To clear a defined queue specify it in the artisan command as an augument. ```shell php artisan queue:redis emails -C +``` + +Outputs, + +``` +Clearing Redis queues:emails ``` \ No newline at end of file diff --git a/src/QueueRedisCommand.php b/src/QueueRedisCommand.php index e0879be..9f4e312 100644 --- a/src/QueueRedisCommand.php +++ b/src/QueueRedisCommand.php @@ -1,5 +1,6 @@