| Package | Description |
|---|---|
| io.valkey |
| Modifier and Type | Method and Description |
|---|---|
default HostAndPortMapper |
JedisClientConfig.getHostAndPortMapper() |
HostAndPortMapper |
DefaultJedisClientConfig.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) |
| Constructor and Description |
|---|
JedisCluster(Set<HostAndPort> nodes,
String user,
String password,
HostAndPortMapper hostAndPortMap) |
Copyright © 2024. All rights reserved.