| Package | Description |
|---|---|
| io.lettuce.core.internal |
Contains internal API.
|
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
| Modifier and Type | Method and Description |
|---|---|
static HostAndPort |
HostAndPort.of(String host,
int port)
|
static HostAndPort |
HostAndPort.parse(String hostPortString)
Parse a host and port string into a
HostAndPort. |
static HostAndPort |
HostAndPort.parseCompat(String hostAndPortPart)
Temporary workaround until Redis provides IPv6 addresses in bracket notation.
|
| Modifier and Type | Method and Description |
|---|---|
HostAndPort |
ReplicationPartner.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationPartner.setHost(HostAndPort host) |
| Constructor and Description |
|---|
ReplicationPartner(HostAndPort host,
long replicationOffset)
Constructs a replication partner.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingSocketAddressResolver |
MappingSocketAddressResolver.create(DnsResolver dnsResolver,
Function<HostAndPort,HostAndPort> mappingFunction)
|
static MappingSocketAddressResolver |
MappingSocketAddressResolver.create(DnsResolver dnsResolver,
Function<HostAndPort,HostAndPort> mappingFunction)
|
Copyright © 2020 lettuce.io. All rights reserved.