| Package | Description |
|---|---|
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Method and Description |
|---|---|
static SortingOrder |
SortingOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortingOrder[] |
SortingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortingParams |
SortingParams.sortingOrder(SortingOrder order)
Get by the Sorting Order.
|
GeoRadiusParam |
GeoRadiusParam.sortingOrder(SortingOrder order) |
GeoSearchParam |
GeoSearchParam.sortingOrder(SortingOrder order) |
| Modifier and Type | Method and Description |
|---|---|
FTSearchParams |
FTSearchParams.sortBy(java.lang.String sortBy,
SortingOrder order)
Set the query to be sorted by a Sortable field defined in the schema
|
Copyright © 2025. All rights reserved.