Clarify pooling is implicitly enabled in Sentinel mode
See gh-27891
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user