Polish "Clarify pooling is implicitly enabled in Sentinel mode"
See gh-27891
This commit is contained in:
parent
d39b7cc46d
commit
233b63199c
|
@ -235,8 +235,8 @@ public class RedisProperties {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to enable the pool. Enabled automatically if "commons-pool2" is
|
* Whether to enable the pool. Enabled automatically if "commons-pool2" is
|
||||||
* available.This setting only applies to Jedis when using non-sentinel mode and
|
* available. With Jedis, pooling is implicitly enabled in sentinel mode and this
|
||||||
* that pooling is implicitly enabled in sentinel mode.
|
* setting only applies to single node setup.
|
||||||
*/
|
*/
|
||||||
private Boolean enabled;
|
private Boolean enabled;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue