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