Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs

This commit is contained in:
Jordan Hall
2019-04-04 15:11:18 +01:00
committed by GitHub
parent ae44ee0059
commit c8bc79e94e

View File

@@ -117,6 +117,7 @@ return [
'options' => [
'cluster' => env('REDIS_CLUSTER', 'predis'),
'prefix' => str_slug(env('APP_NAME', 'laravel'), '_').'_database',
],
'default' => [