Skip to content

Commit

Permalink
Improve RedisURI documentation for sentinel authentication #1232
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 21, 2020
1 parent 7ed615f commit 6970214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/io/lettuce/core/RedisURI.java
Expand Up @@ -83,6 +83,11 @@
* </blockquote>
*
* <p>
* Note: When using Redis Sentinel, the password from the URI applies to the data nodes only. Sentinel authentication must be
* configured for each {@link #getSentinels() sentinel node}.
* </p>
*
* <p>
* <b>Schemes</b>
* </p>
* <ul>
Expand Down

0 comments on commit 6970214

Please sign in to comment.