| Package | Description |
|---|---|
| io.vertx.redis.client |
| Modifier and Type | Method and Description |
|---|---|
RedisClusterTransactions |
RedisOptions.getClusterTransactions()
Get how Redis transactions are handled in cluster mode.
|
RedisClusterTransactions |
RedisClusterConnectOptions.getClusterTransactions()
Get how Redis transactions are handled in cluster mode.
|
static RedisClusterTransactions |
RedisClusterTransactions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisClusterTransactions[] |
RedisClusterTransactions.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.setClusterTransactions(RedisClusterTransactions clusterTransactions)
Set how Redis transactions are handled in cluster mode.
|
RedisClusterConnectOptions |
RedisClusterConnectOptions.setClusterTransactions(RedisClusterTransactions clusterTransactions)
Set how Redis transactions are handled in cluster mode.
|
Copyright © 2025 Eclipse. All rights reserved.