| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.Keyword |
Protocol.Keyword.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.Keyword[] |
Protocol.Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ZRangeParams(Protocol.Keyword by,
byte[] min,
byte[] max) |
ZRangeParams(Protocol.Keyword by,
java.lang.String min,
java.lang.String max) |
Copyright © 2025. All rights reserved.