enum

Redis::TimeSeries::Alignment

Inherits Enum < Comparable < Value < Object

Constants

Start = 0
End = 1

Instance methods

end?

Returns true if this enum value equals End

Source
start?

Returns true if this enum value equals Start

Source