Files
spring-data-redis/src/main/java
Mark Paluch ea33cd40e6 DATAREDIS-524 - Use password to connect Redis nodes using Sentinel.
LettuceConnectionFactory and DefaultLettucePool now use the configured password to authenticate with Redis. Authentication is applied when connecting to nodes that were obtained from Redis Sentinel.

Original Pull Request: #204
2016-07-06 14:16:08 +02:00
..