Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisReplicas |
RedisOptions.getUseReplicas()
Get whether or not to use replica nodes (only considered in Cluster mode).
|
static RedisReplicas |
RedisReplicas.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisReplicas[] |
RedisReplicas.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.setUseReplicas(RedisReplicas useReplicas)
Set whether or not to use replica nodes (only considered in Cluster mode).
|
Copyright © 2021 Eclipse. All rights reserved.