Skip to content

Commit 9f08998

Browse files
committed
valkey issue debug
1 parent eb5a688 commit 9f08998

File tree

1 file changed

+1
-2
lines changed
  • src/Step/Deploy/PreDeploy/ConfigUpdate

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ private function checkBackendModel(string $backend): void
182182
CacheFactory::REDIS_BACKEND_REMOTE_SYNCHRONIZED_CACHE
183183
];
184184
$notAllowedValkeyBackend = [
185-
CacheFactory::VALKEY_BACKEND_VALKEY_CACHE,
186-
CacheFactory::VALKEY_BACKEND_REMOTE_SYNCHRONIZED_CACHE
185+
CacheFactory::VALKEY_BACKEND_VALKEY_CACHE
187186
];
188187

189188
try {

0 commit comments

Comments
 (0)