From 7d4115f0cac54bf1ea77a575c9c5b4c0f57d54c6 Mon Sep 17 00:00:00 2001 From: Damien Criado Date: Tue, 6 Dec 2016 01:01:43 +0100 Subject: [PATCH] Fix `AUTH` failed: ERR Client sent AUTH --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 34c5f3ed..1b87e0f1 100644 --- a/config/database.php +++ b/config/database.php @@ -111,7 +111,7 @@ 'default' => [ 'host' => env('REDIS_HOST', '127.0.0.1'), - 'password' => env('REDIS_PASSWORD', ''), + 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), 'database' => 0, ],