public static class RedisClient.Builder extends StandaloneClientBuilder<RedisClient>
RedisClient (standalone).
Obtain an instance via RedisClient.builder().
cache, cacheConfig, clientConfig, commandExecutor, commandObjects, connectionProvider, jsonObjectMapper, keyPreProcessor, poolConfig, searchDialect| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected RedisClient |
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 RedisClient 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<RedisClient>,RedisClient>Copyright © 2025. All rights reserved.