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)
Deprecated.
|
void |
BinaryClient.sentinel(Protocol.SentinelKeyword subcommand,
byte[]... args)
Deprecated.
|
void |
Client.sentinel(Protocol.SentinelKeyword subcommand,
String... args)
Deprecated.
|
Copyright © 2024. All rights reserved.