Uses of Class
io.quarkus.redis.datasource.autosuggest.GetArgs
-
Packages that use GetArgs Package Description io.quarkus.redis.datasource.autosuggest io.quarkus.redis.runtime.datasource -
-
Uses of GetArgs in io.quarkus.redis.datasource.autosuggest
Methods in io.quarkus.redis.datasource.autosuggest that return GetArgs Modifier and Type Method Description GetArgsGetArgs. fuzzy()Performs a fuzzy prefix search, including prefixes at Levenshtein distance of 1 from the prefix sent.GetArgsGetArgs. max(int max)Limits the results to a maximum of num (default: 5).GetArgsGetArgs. withScores()Also to attach the score of each suggestion.Methods in io.quarkus.redis.datasource.autosuggest with parameters of type GetArgs Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>ReactiveTransactionalAutoSuggestCommands. ftSugget(K key, String prefix, GetArgs args)Execute the command FT.SUGGET.voidTransactionalAutoSuggestCommands. ftSugget(K key, String prefix, GetArgs args)Execute the command FT.SUGGET.List<Suggestion>AutoSuggestCommands. ftSugGet(K key, String prefix, GetArgs args)Execute the command FT.SUGGET.io.smallrye.mutiny.Uni<List<Suggestion>>ReactiveAutoSuggestCommands. ftSugGet(K key, String prefix, GetArgs args)Execute the command FT.SUGGET. -
Uses of GetArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type GetArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractAutoSuggestCommands. _ftSugget(K key, String prefix, GetArgs args)voidBlockingTransactionalAutoSuggestCommandsImpl. ftSugget(K key, String prefix, GetArgs args)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalAutoSuggestCommandsImpl. ftSugget(K key, String prefix, GetArgs args)List<Suggestion>BlockingAutoSuggestCommandsImpl. ftSugGet(K key, String prefix, GetArgs args)io.smallrye.mutiny.Uni<List<Suggestion>>ReactiveAutoSuggestCommandsImpl. ftSugGet(K key, String prefix, GetArgs args)
-