add lock_connection
This commit is contained in:
parent
0059fb91be
commit
bc339f7123
@ -46,6 +46,7 @@ return [
|
||||
'driver' => 'database',
|
||||
'table' => 'cache',
|
||||
'connection' => null,
|
||||
'lock_connection' => null,
|
||||
],
|
||||
|
||||
'file' => [
|
||||
@ -75,6 +76,7 @@ return [
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'cache',
|
||||
'lock_connection' => 'cache',
|
||||
],
|
||||
|
||||
'dynamodb' => [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user