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 9c42b97 commit 7190992Copy full SHA for 7190992
setup/src/Magento/Setup/Validator/RedisConnectionValidator.php
@@ -40,6 +40,7 @@ public function isValidConnection(array $redisOptions)
40
$config['password']
41
);
42
$redisClient->setMaxConnectRetries(1);
43
+ $redisClient->auth($config['password']);
44
$redisClient->connect();
45
} catch (\CredisException $e) {
46
return false;
0 commit comments