mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
add REDIS_PERSISTENT env var
This commit is contained in:
parent
a8b5e07522
commit
55738c0c4e
@ -148,6 +148,7 @@ return [
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
|
||||
'persistent' => env('REDIS_PERSISTENT', false),
|
||||
],
|
||||
|
||||
'default' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user