Class ZRemRangeByLexCommand

    • Constructor Detail

      • ZRemRangeByLexCommand

        public ZRemRangeByLexCommand()
      • ZRemRangeByLexCommand

        public ZRemRangeByLexCommand​(byte[] key,
                                     byte[] min,
                                     byte[] max)
    • Method Detail

      • getMin

        public byte[] getMin()
      • setMin

        public void setMin​(byte[] min)
      • getMax

        public byte[] getMax()
      • setMax

        public void setMax​(byte[] max)