Package com.redis.lettucemod.timeseries
Class MRangeOptions.GroupBy<K>
java.lang.Object
com.redis.lettucemod.timeseries.MRangeOptions.GroupBy<K>
- All Implemented Interfaces:
io.lettuce.core.CompositeArgument
- Enclosing class:
MRangeOptions<K,V>
public static class MRangeOptions.GroupBy<K>
extends Object
implements io.lettuce.core.CompositeArgument
-
Method Summary
Modifier and TypeMethodDescription<L,W> void build(io.lettuce.core.protocol.CommandArgs<L, W> args) static <K> MRangeOptions.GroupBy<K>of(K label, MRangeOptions.Reducer reducer)
-
Method Details
-
build
public <L,W> void build(io.lettuce.core.protocol.CommandArgs<L, W> args) - Specified by:
buildin interfaceio.lettuce.core.CompositeArgument
-
of
-