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 bbbc4d4 commit 4f912a1Copy full SHA for 4f912a1
setup/src/Magento/Setup/Validator/RedisConnectionValidator.php
@@ -41,8 +41,8 @@ public function isValidConnection(array $redisOptions)
41
);
42
$redisClient->setMaxConnectRetries(1);
43
if (isset($config[‘password’]) && $config[‘password’] !== ‘’) {
44
- $redisClient->auth($config[‘password’]);
45
- }
+ $redisClient->auth($config[‘password’]);
+ }
46
$redisClient->connect();
47
} catch (\CredisException $e) {
48
return false;
0 commit comments