Uses of Enum Class
com.redis.lettucemod.protocol.GearsCommandType
Packages that use GearsCommandType
-
Uses of GearsCommandType in com.redis.lettucemod.gears
Methods in com.redis.lettucemod.gears with parameters of type GearsCommandTypeModifier and TypeMethodDescriptionprotected <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 GearsCommandTypeModifier and TypeMethodDescriptionstatic GearsCommandTypeReturns the enum constant of this class with the specified name.static GearsCommandType[]GearsCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.