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: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis/RedisProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,8 @@ public static class Pool {
235
235
236
236
/**
237
237
* Whether to enable the pool. Enabled automatically if "commons-pool2" is
238
-
* available.This setting only applies to Jedis when using non-sentinel mode and
239
-
* that pooling is implicitly enabled in sentinel mode.
238
+
* available. With Jedis, pooling is implicitly enabled in sentinel mode and this
0 commit comments