| 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,
String user,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
HostAndPortMapper hostAndPortMapper) |
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.hostAndPortMapper(HostAndPortMapper hostAndPortMapper) |
Copyright © 2022. All rights reserved.