public static class JedisPooled.Builder extends StandaloneClientBuilder<JedisPooled>
JedisPooled (standalone).
Obtain an instance via JedisPooled.builder().
cache, cacheConfig, clientConfig, commandExecutor, commandObjects, connectionProvider, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected JedisPooled |
createClient()
Creates the specific client instance with the provided components.
|
createDefaultConnectionProvider, fromURI, fromURI, hostAndPort, hostAndPort, self, validateSpecificConfigurationapplyCommandObjectsConfiguration, build, cache, cacheConfig, clientConfig, commandExecutor, connectionProvider, createDefaultClientConfig, createDefaultCommandExecutor, createDefaultCommandObjects, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect, validateCommonConfigurationprotected JedisPooled createClient()
AbstractClientBuilderThis method is called by the generic build() method to instantiate the concrete client type. Each builder implementation should create their specific client type (JedisPooled, JedisCluster, etc.) using the parameters provided to the builder.
createClient in class AbstractClientBuilder<StandaloneClientBuilder<JedisPooled>,JedisPooled>Copyright © 2025. All rights reserved.