You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/spring-boot-data-redis/src/main/java/org/springframework/boot/data/redis/autoconfigure/DataRedisConnectionConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-data-redis/src/main/java/org/springframework/boot/data/redis/autoconfigure/DataRedisProperties.java
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
* @author Stephane Nicoll
35
35
* @author Scott Frederick
36
36
* @author Yanming Zhou
37
+
* @author Yong-Hyun Kim
37
38
* @since 4.0.0
38
39
*/
39
40
@ConfigurationProperties("spring.data.redis")
@@ -482,6 +483,20 @@ public static class Lettuce {
482
483
483
484
privatefinalClustercluster = newCluster();
484
485
486
+
/**
487
+
* List of static master-replica "host:port" pairs regardless of role
488
+
* as the actual roles are determined by querying each node's ROLE command.
Copy file name to clipboardExpand all lines: module/spring-boot-data-redis/src/main/java/org/springframework/boot/data/redis/autoconfigure/JedisConnectionConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-data-redis/src/main/java/org/springframework/boot/data/redis/autoconfigure/LettuceConnectionConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-data-redis/src/test/java/org/springframework/boot/data/redis/autoconfigure/DataRedisAutoConfigurationTests.java
0 commit comments