类 ZRemRangeByLexCommand

    • 构造器详细资料

      • ZRemRangeByLexCommand

        public ZRemRangeByLexCommand()
      • ZRemRangeByLexCommand

        public ZRemRangeByLexCommand​(byte[] key,
                                     byte[] min,
                                     byte[] max)
    • 方法详细资料

      • getMin

        public byte[] getMin()
      • setMin

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

        public byte[] getMax()
      • setMax

        public void setMax​(byte[] max)