Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisRole |
RedisOptions.getRole()
Get the role name (only considered in HA mode).
|
static RedisRole |
RedisRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisRole[] |
RedisRole.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.setRole(RedisRole role)
Set the role name (only considered in HA mode).
|
Copyright © 2021 Eclipse. All rights reserved.