Uses of Class
com.redis.lettucemod.protocol.SearchCommandType
-
Packages that use SearchCommandType Package Description com.redis.lettucemod.protocol com.redis.lettucemod.search -
-
Uses of SearchCommandType in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return SearchCommandType Modifier and Type Method Description static SearchCommandTypeSearchCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchCommandType[]SearchCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchCommandType in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search with parameters of type SearchCommandType Modifier and Type Method Description protected <A,B,T>
io.lettuce.core.protocol.Command<A,B,T>SearchCommandBuilder. createCommand(SearchCommandType type, io.lettuce.core.output.CommandOutput<A,B,T> output, io.lettuce.core.protocol.CommandArgs<A,B> args)
-