Class Slice

java.lang.Object
com.redis.lettucemod.json.Slice
All Implemented Interfaces:
io.lettuce.core.CompositeArgument

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

    • Slice

      public Slice(long start)
  • Method Details

    • getStart

      public long getStart()
    • getStop

      public OptionalLong getStop()
    • of

      public static Slice of(long start)
    • start

      public static Slice.Builder start(long start)
    • build

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