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 5cdc449 commit 214faa6Copy full SHA for 214faa6
src/main/java/redis/clients/jedis/RedisSentinelClient.java
@@ -23,7 +23,7 @@
23
* .masterName("mymaster").build();
24
* </pre>
25
* <p>
26
- * <b>Relationship to {@code JedisSentineled}:</b>
+ * <b>Relationship to {@code JedisSentineled}:</b></p>
27
* <ul>
28
* <li>{@code RedisSentinelClient} is the recommended replacement for the deprecated
29
* {@code JedisSentineled} class.</li>
@@ -32,7 +32,6 @@
32
* <li>Use {@code RedisSentinelClient} for new codebases and when migrating from
33
* {@code JedisSentineled}.</li>
34
* </ul>
35
- * </p>
36
*/
37
public class RedisSentinelClient extends UnifiedJedis {
38
private RedisSentinelClient(CommandExecutor commandExecutor,
0 commit comments