Clarify pooling is implicitly enabled in Sentinel mode

See gh-27891
This commit is contained in:
weixsun
2021-09-08 16:57:48 +08:00
committed by Stephane Nicoll
parent 842f3f0bd5
commit d39b7cc46d

View File

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