| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
HostAndPortMapper |
DefaultJedisClientConfig.getHostAndPortMapper() |
default HostAndPortMapper |
JedisClientConfig.getHostAndPortMapper() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultJedisClientConfig |
DefaultJedisClientConfig.create(int connectionTimeoutMillis,
int soTimeoutMillis,
int blockingSocketTimeoutMillis,
java.lang.String user,
java.lang.String password,
int database,
java.lang.String clientName,
boolean ssl,
javax.net.ssl.SSLSocketFactory sslSocketFactory,
javax.net.ssl.SSLParameters sslParameters,
javax.net.ssl.HostnameVerifier hostnameVerifier,
HostAndPortMapper hostAndPortMapper)
Deprecated.
|
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.hostAndPortMapper(HostAndPortMapper hostAndPortMapper) |
| Constructor and Description |
|---|
JedisCluster(java.util.Set<HostAndPort> nodes,
java.lang.String user,
java.lang.String password,
HostAndPortMapper hostAndPortMap) |
Copyright © 2025. All rights reserved.