Class Latest

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

public class Latest extends Object implements io.lettuce.core.CompositeArgument
  • Constructor Details

    • Latest

      public Latest()
    • Latest

      public Latest(boolean enabled)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • build

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

      public static Latest of(boolean latest)