| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
static Protocol.SentinelKeyword |
Protocol.SentinelKeyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.SentinelKeyword[] |
Protocol.SentinelKeyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryClient.sentinel(Protocol.SentinelKeyword subcommand) |
void |
BinaryClient.sentinel(Protocol.SentinelKeyword subcommand,
byte[]... args) |
void |
Client.sentinel(Protocol.SentinelKeyword subcommand,
String... args) |
Copyright © 2021. All rights reserved.