| Package | Description |
|---|---|
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMoveOrder |
ListMoveOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListMoveOrder[] |
ListMoveOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LMoveMParams |
LMoveMParams.count(int count,
ListMoveOrder order)
Move up to
count elements (same semantics as the count argument of
LPOP), ordered by order. |
LMoveMParams |
LMoveMParams.exactly(int count,
ListMoveOrder order)
Move exactly
count elements, or nothing (a null reply) if the source list does
not hold that many, ordered by order. |
Copyright © 2026. All rights reserved.