Class TimeRange

java.lang.Object
com.redis.lettucemod.timeseries.TimeRange
All Implemented Interfaces:
io.lettuce.core.CompositeArgument

public class TimeRange extends Object implements io.lettuce.core.CompositeArgument
  • Method Details

    • build

      public <K, V> void build(io.lettuce.core.protocol.CommandArgs<K,V> args)
      Specified by:
      build in interface io.lettuce.core.CompositeArgument
    • from

      public static TimeRange.Builder from(long timestamp)
    • to

      public static TimeRange.Builder to(long timestamp)
    • unbounded

      public static TimeRange unbounded()
    • builder

      public static TimeRange.Builder builder()