Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisRole |
RedisOptions.getRole()
Get the client role; that is, to which kind of node should the connection be established.
|
RedisRole |
RedisSentinelConnectOptions.getRole()
Get the client role; that is, to which kind of node should the connection be established.
|
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 client role; that is, to which kind of node should the connection be established.
|
RedisSentinelConnectOptions |
RedisSentinelConnectOptions.setRole(RedisRole role)
Set the client role; that is, to which kind of node should the connection be established.
|
Copyright © 2024 Eclipse. All rights reserved.