Uses of Class
io.lettuce.core.protocol.CommandKeyword
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
-
Uses of CommandKeyword in io.lettuce.core.protocol
Methods in io.lettuce.core.protocol that return CommandKeyword Modifier and Type Method Description static CommandKeywordCommandKeyword. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandKeyword[]CommandKeyword. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lettuce.core.protocol with parameters of type CommandKeyword Modifier and Type Method Description CommandArgs<K,V>CommandArgs. add(CommandKeyword keyword)Add aCommandKeywordargument.