enum Redis::FullText::SortDirection

Overview

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

Defined in:

search.cr

Enum Members

ASC = 0
DESC = 1

Instance Method Summary

Class methods inherited from struct Enum

from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value

Instance Method Detail

def asc? #

[View source]
def desc? #

[View source]