Skip to content

Commit 7d4115f

Browse files
author
Damien Criado
authored
Fix AUTH failed: ERR Client sent AUTH
1 parent 4c6e477 commit 7d4115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
'default' => [
113113
'host' => env('REDIS_HOST', '127.0.0.1'),
114-
'password' => env('REDIS_PASSWORD', ''),
114+
'password' => env('REDIS_PASSWORD', null),
115115
'port' => env('REDIS_PORT', 6379),
116116
'database' => 0,
117117
],

0 commit comments

Comments
 (0)