We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1faf65 + 0a80303 commit 753f639Copy full SHA for 753f639
1 file changed
config/database.php
@@ -139,6 +139,6 @@
139
|
140
*/
141
142
- 'redis' => $redisConfig,
+ 'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
143
144
];
0 commit comments