Uses of Interface
io.lettuce.core.dynamic.Commands
| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
-
Uses of Commands in io.lettuce.core.dynamic
Methods in io.lettuce.core.dynamic with type parameters of type Commands Modifier and Type Method Description <T extends Commands>
TRedisCommandFactory. getCommands(Class<T> commandInterface)Returns a Redis Commands interface instance for the given interface.