Uses of Enum Class
com.redis.lettucemod.protocol.JsonCommandType
Packages that use JsonCommandType
-
Uses of JsonCommandType in com.redis.lettucemod.json
Methods in com.redis.lettucemod.json with parameters of type JsonCommandTypeModifier and TypeMethodDescriptionprotected <A,B, T> io.lettuce.core.protocol.Command<A, B, T> JSONCommandBuilder.createCommand(JsonCommandType type, io.lettuce.core.output.CommandOutput<A, B, T> output, io.lettuce.core.protocol.CommandArgs<A, B> args) -
Uses of JsonCommandType in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return JsonCommandTypeModifier and TypeMethodDescriptionstatic JsonCommandTypeReturns the enum constant of this class with the specified name.static JsonCommandType[]JsonCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.