File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -464,13 +464,13 @@ variables:
464
464
description : " Configuration the backend model for valkey cache."
465
465
type : string
466
466
allowed :
467
- - ' Cm_Cache_Backend_Valkey '
467
+ - ' Cm_Cache_Backend_Redis '
468
468
- ' \Magento\Framework\Cache\Backend\Valkey'
469
469
- ' \Magento\Framework\Cache\Backend\RemoteSynchronizedCache'
470
470
stages :
471
471
- deploy
472
472
default :
473
- deploy : ' Cm_Cache_Backend_Valkey '
473
+ deploy : ' Cm_Cache_Backend_Redis '
474
474
examples :
475
475
- stage :
476
476
deploy :
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ public function __construct(
109
109
public function get (): array
110
110
{
111
111
$ envCacheConfiguration = (array )$ this ->stageConfig ->get (DeployInterface::VAR_CACHE_CONFIGURATION );
112
- $ envCacheRadisBackendModel = (string )$ this ->stageConfig ->get (DeployInterface::VAR_CACHE_REDIS_BACKEND );
113
- $ envCacheValkeyBackendModel = (string )$ this ->stageConfig ->get (DeployInterface::VAR_CACHE_VALKEY_BACKEND );
112
+ $ envCacheRadisBackendModel = (string )$ this ->stageConfig ->get (DeployInterface::VAR_CACHE_REDIS_BACKEND );
113
+ $ envCacheValkeyBackendModel = (string )$ this ->stageConfig ->get (DeployInterface::VAR_CACHE_VALKEY_BACKEND );
114
114
115
115
if ($ this ->isCacheConfigurationValid ($ envCacheConfiguration )
116
116
&& !$ this ->configMerger ->isMergeRequired ($ envCacheConfiguration )
You can’t perform that action at this time.
0 commit comments