Class ZRemRangeByScoreCommand

    • Constructor Detail

      • ZRemRangeByScoreCommand

        public ZRemRangeByScoreCommand()
      • ZRemRangeByScoreCommand

        public ZRemRangeByScoreCommand​(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)