Skip to content

Commit a8061b7

Browse files
committed
valkey debug for 2.4.7
1 parent 23c126f commit a8061b7

File tree

1 file changed

+4
-0
lines changed
  • src/Step/Deploy/PreDeploy/ConfigUpdate

1 file changed

+4
-0
lines changed

src/Step/Deploy/PreDeploy/ConfigUpdate/Cache.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ public function execute()
9393

9494
if (isset($cacheConfig['frontend'])) {
9595
$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';
96100
$backend = $cacheFrontend['backend'];
97101
$customCacheBackend = $cacheFrontend['_custom_valkey_backend']
98102
?? $cacheFrontend['_custom_redis_backend']

0 commit comments

Comments
 (0)