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 Details

    • build

      public <L, W> void build(io.lettuce.core.protocol.CommandArgs<L,W> args)
      Specified by:
      build in interface io.lettuce.core.CompositeArgument
    • of

      public static <K> MRangeOptions.GroupBy<K> of(K label, MRangeOptions.Reducer reducer)