Merge pull request #27891 from weixsun

* pr/27891:
  Polish "Clarify pooling is implicitly enabled in Sentinel mode"
  Clarify pooling is implicitly enabled in Sentinel mode

Closes gh-27891
This commit is contained in:
Stephane Nicoll
2021-09-22 11:54:46 +02:00

View File

@@ -235,7 +235,8 @@ public class RedisProperties {
/**
* Whether to enable the pool. Enabled automatically if "commons-pool2" is
* available.
* available. With Jedis, pooling is implicitly enabled in sentinel mode and this
* setting only applies to single node setup.
*/
private Boolean enabled;