Class RangeOptions.RangeByIndex

    • Constructor Summary

      Constructors 
      Constructor Description
      RangeByIndex​(long start, long end)
      Creates a range by index (rank) in a sorted set.
      The start and stop arguments represent zero-based indexes.
    • Constructor Detail

      • RangeByIndex

        public RangeByIndex​(long start,
                            long end)
        Creates a range by index (rank) in a sorted set.
        The start and stop arguments represent zero-based indexes.
        Parameters:
        start - The start index of the range.
        end - The stop index of the range.