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