Uses of Class
com.redis.lettucemod.protocol.SearchCommandKeyword
-
Packages that use SearchCommandKeyword Package Description com.redis.lettucemod.protocol com.redis.lettucemod.search -
-
Uses of SearchCommandKeyword in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return SearchCommandKeyword Modifier and Type Method Description static SearchCommandKeywordSearchCommandKeyword. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchCommandKeyword[]SearchCommandKeyword. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchCommandKeyword in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return SearchCommandKeyword Modifier and Type Method Description SearchCommandKeywordOrder. getKeyword()
-