public interface JedisClientConfig
| Modifier and Type | Method and Description |
|---|---|
default AuthXManager |
getAuthXManager() |
default int |
getBlockingSocketTimeoutMillis() |
default java.lang.String |
getClientName() |
default ClientSetInfoConfig |
getClientSetInfoConfig()
Modify the behavior of internally executing CLIENT SETINFO command.
|
default int |
getConnectionTimeoutMillis() |
default java.util.function.Supplier<RedisCredentials> |
getCredentialsProvider() |
default int |
getDatabase() |
default HostAndPortMapper |
getHostAndPortMapper() |
default javax.net.ssl.HostnameVerifier |
getHostnameVerifier() |
default java.lang.String |
getPassword() |
default RedisProtocol |
getRedisProtocol() |
default int |
getSocketTimeoutMillis() |
default SslOptions |
getSslOptions()
|
default javax.net.ssl.SSLParameters |
getSslParameters() |
default javax.net.ssl.SSLSocketFactory |
getSslSocketFactory() |
default java.lang.String |
getUser() |
default boolean |
isReadOnlyForRedisClusterReplicas()
Execute READONLY command to connections.
|
default boolean |
isSsl() |
default RedisProtocol getRedisProtocol()
default int getConnectionTimeoutMillis()
default int getSocketTimeoutMillis()
default int getBlockingSocketTimeoutMillis()
default java.lang.String getUser()
default java.lang.String getPassword()
default java.util.function.Supplier<RedisCredentials> getCredentialsProvider()
default AuthXManager getAuthXManager()
default int getDatabase()
default java.lang.String getClientName()
default boolean isSsl()
true - to create TLS connection(s). false - otherwise.default javax.net.ssl.SSLSocketFactory getSslSocketFactory()
default javax.net.ssl.SSLParameters getSslParameters()
default SslOptions getSslOptions()
default javax.net.ssl.HostnameVerifier getHostnameVerifier()
default HostAndPortMapper getHostAndPortMapper()
default boolean isReadOnlyForRedisClusterReplicas()
READONLY command is specific to Redis Cluster replica nodes. So this config param is only intended for Redis Cluster connections.
true - to execute READONLY command to connection(s). false - otherwise.default ClientSetInfoConfig getClientSetInfoConfig()
Copyright © 2025. All rights reserved.