Add opcache option; change detection during install for cache driver
This commit is contained in:
@@ -24,7 +24,14 @@ return [
|
||||
],
|
||||
|
||||
'stores' => [
|
||||
'array' => ['driver' => 'array'],
|
||||
'apc' => [
|
||||
'driver' => 'apc',
|
||||
],
|
||||
|
||||
'array' => [
|
||||
'driver' => 'array',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'cache',
|
||||
@@ -55,6 +62,10 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'opcache' => [
|
||||
'driver' => 'opcache',
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
|
||||
Reference in New Issue
Block a user