Class SynDumpResponse
- java.lang.Object
-
- io.quarkus.redis.datasource.search.SynDumpResponse
-
public class SynDumpResponse extends Object
Represents the response of aft.syndumpcommand.
-
-
Constructor Summary
Constructors Constructor Description SynDumpResponse(Map<String,List<String>> response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>groups()List<String>synonym(String word)Gets the list of synonyms.
-