Skip to content

Commit 363c43e

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-26734
2 parents c895918 + 3f23b92 commit 363c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4739,8 +4739,8 @@ TIP: You can also register an arbitrary number of beans that implement `LettuceC
47394739
If you use Jedis, `JedisClientConfigurationBuilderCustomizer` is also available.
47404740

47414741
If you add your own `@Bean` of any of the auto-configured types, it replaces the default (except in the case of `RedisTemplate`, when the exclusion is based on the bean name, `redisTemplate`, not its type).
4742-
By default, if `commons-pool2` is on the classpath, you get a pooled connection factory.
47434742

4743+
A pooled connection factory is auto-configured if `commons-pool2` is on the classpath and at least one `Pool` option of {spring-boot-autoconfigure-module-code}/data/redis/RedisProperties.java[`RedisProperties`] is set.
47444744

47454745

47464746
[[boot-features-mongodb]]

0 commit comments

Comments
 (0)