enum

Redis::FullText::SortDirection

Inherits Enum < Comparable < Value < Object

Pass to a SortBy constructor to specify a fulltext search sort direction.

Constants

ASC = 0
DESC = 1

Instance methods

asc?

Returns true if this enum value equals ASC

Source
desc?

Returns true if this enum value equals DESC

Source