public static class RedisClusterClient.Builder extends ClusterClientBuilder<RedisClusterClient>
RedisClusterClient (Redis Cluster).
Obtain an instance via RedisClusterClient.builder().
cache, cacheConfig, clientConfig, commandExecutor, commandObjects, connectionProvider, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected RedisClusterClient |
createClient()
Creates the specific client instance with the provided components.
|
commandFlags, createDefaultCommandExecutor, createDefaultCommandFlagsRegistry, createDefaultCommandObjects, createDefaultConnectionProvider, maxAttempts, maxTotalRetriesDuration, nodes, self, topologyRefreshPeriod, validateSpecificConfigurationapplyCommandObjectsConfiguration, build, cache, cacheConfig, clientConfig, commandExecutor, connectionProvider, createDefaultClientConfig, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect, validateCommonConfigurationprotected RedisClusterClient 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<ClusterClientBuilder<RedisClusterClient>,RedisClusterClient>Copyright © 2025. All rights reserved.