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:
@@ -117,6 +117,7 @@ return [
|
|||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
'cluster' => env('REDIS_CLUSTER', 'predis'),
|
'cluster' => env('REDIS_CLUSTER', 'predis'),
|
||||||
|
'prefix' => str_slug(env('APP_NAME', 'laravel'), '_').'_database',
|
||||||
],
|
],
|
||||||
|
|
||||||
'default' => [
|
'default' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user