| Class | Description |
|---|---|
| ArGrepArgs |
Argument builder for the Redis
ARGREP command. |
| ArGrepPredicate |
Represents a single predicate for the Redis
ARGREP command. |
| ArrayIndexRange |
Lightweight index range for Redis Array commands that require a start/end pair.
|
| ArrayInfo |
Immutable representation of metadata about a Redis array, returned by the
ARINFO command. |
| ArrayInfoFull |
Immutable representation of extended metadata about a Redis array, returned by the
ARINFO key FULL command. |
| IndexedValue<V> |
Represents an indexed value in a Redis array, pairing a long index with a value.
|
| Enum | Description |
|---|---|
| ArAggregateType |
Aggregate operations for the Redis
AROP command that return a bulk string value (V). |
| ArBitwiseType |
Bitwise operations for the Redis
AROP command that return an integer (Long). |
| ArGrepPredicate.Type |
The type of predicate matching.
|
Copyright © 2026 lettuce.io. All rights reserved.