| Package | Description |
|---|---|
| com.lambdaworks.redis.internal |
Contains internal API.
|
| 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.
|
Copyright © 2017 lettuce.io. All rights reserved.