DATAREDIS-1045 - Fix target URI when setting password.
...and update reference documentation to reflect the changes. Original Pull Request: #490
This commit is contained in:
@@ -1080,7 +1080,7 @@ public class LettuceConnectionFactory
|
||||
|
||||
applyToAll(redisUri, it -> {
|
||||
|
||||
getRedisPassword().toOptional().ifPresent(redisUri::setPassword);
|
||||
getRedisPassword().toOptional().ifPresent(it::setPassword);
|
||||
clientConfiguration.getClientName().ifPresent(it::setClientName);
|
||||
|
||||
it.setSsl(clientConfiguration.isUseSsl());
|
||||
|
||||
Reference in New Issue
Block a user