Uses of Class
io.lettuce.core.models.command.CommandDetail
| Package | Description |
|---|---|
| io.lettuce.core.models.command |
Model and parser to for the
COMMAND and COMMAND INFO output. |
-
Uses of CommandDetail in io.lettuce.core.models.command
Methods in io.lettuce.core.models.command that return types with arguments of type CommandDetail Modifier and Type Method Description static List<CommandDetail>CommandDetailParser. parse(List<?> commandOutput)Parse the output of the Redis COMMAND/COMMAND INFO command and convert to a list ofCommandDetail.