Additional underscore on redis database prefix
This commit is contained in:
parent
35374927bd
commit
159b0e79cd
|
@ -119,7 +119,7 @@
|
||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
'cluster' => env('REDIS_CLUSTER', 'predis'),
|
'cluster' => env('REDIS_CLUSTER', 'predis'),
|
||||||
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database',
|
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database_',
|
||||||
],
|
],
|
||||||
|
|
||||||
'default' => [
|
'default' => [
|
||||||
|
|
Loading…
Reference in New Issue