| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static QueryDialects |
QueryDialects.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryDialects[] |
QueryDialects.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchArgs.Builder<K,V> |
SearchArgs.Builder.dialect(QueryDialects dialect)
Set the query dialect.
|
AggregateArgs.Builder<K,V> |
AggregateArgs.Builder.dialect(QueryDialects dialect)
Set the query dialect.
|
ExplainArgs<K,V> |
ExplainArgs.dialect(QueryDialects dialect)
Set the dialect version under which to execute the query.
|
static <K,V> ExplainArgs<K,V> |
ExplainArgs.Builder.dialect(QueryDialects dialect)
Creates new
ExplainArgs setting DIALECT. |
Copyright © 2025 lettuce.io. All rights reserved.