| Package | Description |
|---|---|
| io.lettuce.core.search.aggregateutils | |
| io.lettuce.core.search.arguments.hybrid |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> GroupBy<K,V> |
GroupBy.of(K... properties)
Static factory method to create a GroupBy instance.
|
GroupBy<K,V> |
GroupBy.reduce(Reducer<K> reducer)
Add a reducer to this GROUPBY operation.
|
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.Builder<K,V> |
PostProcessingArgs.Builder.groupBy(GroupBy<K,V> groupBy)
Add a GROUPBY operation to the pipeline.
|
Copyright © 2026 lettuce.io. All rights reserved.