| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
static LMovemArgs.Ordering |
LMovemArgs.Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LMovemArgs.Ordering[] |
LMovemArgs.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LMovemArgs |
LMovemArgs.count(long count,
LMovemArgs.Ordering ordering)
Move up-to
count elements. |
BLMovemArgs |
BLMovemArgs.count(long count,
LMovemArgs.Ordering ordering)
Move up-to
count elements. |
LMovemArgs |
LMovemArgs.exactly(long count,
LMovemArgs.Ordering ordering)
Move exactly
count elements or return an empty list if the source list does not have enough elements. |
BLMovemArgs |
BLMovemArgs.exactly(long count,
LMovemArgs.Ordering ordering)
Move exactly
count elements or return an empty list if the source list does not have enough elements. |
Copyright © 2026 lettuce.io. All rights reserved.