Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisClusterTransactions |
RedisClusterConnectOptions.getClusterTransactions()
Get how Redis transactions are handled in cluster mode.
|
RedisClusterTransactions |
RedisOptions.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 |
---|---|
RedisClusterConnectOptions |
RedisClusterConnectOptions.setClusterTransactions(RedisClusterTransactions clusterTransactions)
Set how Redis transactions are handled in cluster mode.
|
RedisOptions |
RedisOptions.setClusterTransactions(RedisClusterTransactions clusterTransactions)
Set how Redis transactions are handled in cluster mode.
|
Copyright © 2025 Eclipse. All rights reserved.