| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.Reducer<K,V> |
PostProcessingArgs.Reducer.as(K alias)
Set an alias for the reducer result.
|
static <K,V> PostProcessingArgs.Reducer<K,V> |
PostProcessingArgs.Reducer.of(PostProcessingArgs.ReduceFunction function,
V... args)
Static factory method to create a Reducer with a function and optional arguments.
|
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.GroupBy<K,V> |
PostProcessingArgs.GroupBy.reduce(PostProcessingArgs.Reducer<K,V> reducer)
Add a reducer to this GROUPBY operation.
|
Copyright © 2025 lettuce.io. All rights reserved.