| Package | Description |
|---|---|
| io.vertx.redis.client |
| Modifier and Type | Method and Description |
|---|---|
ProtocolVersion |
RedisOptions.getPreferredProtocolVersion()
Returns the preferred protocol version to be used during protocol negotiation.
|
ProtocolVersion |
RedisConnectOptions.getPreferredProtocolVersion()
Returns the preferred protocol version to be used during protocol negotiation.
|
static ProtocolVersion |
ProtocolVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolVersion[] |
ProtocolVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RedisOptions |
RedisOptions.setPreferredProtocolVersion(ProtocolVersion preferredProtocolVersion)
Sets the preferred protocol version to be used during protocol negotiation.
|
RedisConnectOptions |
RedisConnectOptions.setPreferredProtocolVersion(ProtocolVersion preferredProtocolVersion)
Sets the preferred protocol version to be used during protocol negotiation.
|
Copyright © 2024 Eclipse. All rights reserved.