We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c126f commit a8061b7Copy full SHA for a8061b7
src/Step/Deploy/PreDeploy/ConfigUpdate/Cache.php
@@ -93,6 +93,10 @@ public function execute()
93
94
if (isset($cacheConfig['frontend'])) {
95
$cacheConfig['frontend'] = array_filter($cacheConfig['frontend'], function ($cacheFrontend) {
96
+ print_r($this->configReader->read());
97
+ echo 'debug code';
98
+ print_r($cacheFrontend);
99
+ echo 'debug code end here';
100
$backend = $cacheFrontend['backend'];
101
$customCacheBackend = $cacheFrontend['_custom_valkey_backend']
102
?? $cacheFrontend['_custom_redis_backend']
0 commit comments