File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Step/Deploy/PreDeploy/ConfigUpdate Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public function get(): array
158
158
);
159
159
$ finalConfig = [
160
160
'frontend ' => [
161
- 'default ' => $ backendConfig ,
161
+ 'default ' => $ cacheCache ,
162
162
],
163
163
'type ' => [
164
164
'default ' => ['frontend ' => 'default ' ],
@@ -308,8 +308,9 @@ private function isConfigurationCompatibleWithSlaveConnection(
308
308
*/
309
309
private function getUnsyncedConfigStructure (string $ cacheBackendModel , array $ backendConfig ): array
310
310
{
311
- $ config = [
312
- 'backend ' => $ cacheBackendModel ,
311
+ $ cacheBackendModelRedis ='Cm_Cache_Backend_Redis ' ;
312
+ $ config = [
313
+ 'backend ' => $ cacheBackendModelRedis ,
313
314
'backend_options ' => [
314
315
'server ' => $ backendConfig ['host ' ],
315
316
'port ' => $ backendConfig ['port ' ],
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ public function execute()
93
93
94
94
if (isset ($ cacheConfig ['frontend ' ])) {
95
95
$ cacheConfig ['frontend ' ] = array_filter ($ cacheConfig ['frontend ' ], function ($ cacheFrontend ) {
96
- print_r ($ cacheFrontend );
97
96
$ backend = $ cacheFrontend ['backend ' ];
98
97
$ customCacheBackend = $ cacheFrontend ['_custom_valkey_backend ' ]
99
98
?? $ cacheFrontend ['_custom_redis_backend ' ]
You can’t perform that action at this time.
0 commit comments