Uses of Class
com.redis.lettucemod.protocol.JsonCommandType
-
Packages that use JsonCommandType Package Description com.redis.lettucemod.json com.redis.lettucemod.protocol -
-
Uses of JsonCommandType in com.redis.lettucemod.json
Methods in com.redis.lettucemod.json with parameters of type JsonCommandType Modifier and Type Method Description protected <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 JsonCommandType Modifier and Type Method Description static JsonCommandTypeJsonCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonCommandType[]JsonCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-