Class Suggestion
- java.lang.Object
-
- io.quarkus.redis.datasource.autosuggest.Suggestion
-
public class Suggestion extends Object
Represent a suggestion.If the
SUGGETcommand is executed with theWITHSCORESparameter, the suggestion also contains the score.0.0otherwise.
-
-
Constructor Summary
Constructors Constructor Description Suggestion(String suggestion)Suggestion(String suggestion, double score)
-