Uses of Class
io.lettuce.core.protocol.Command
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
-
Uses of Command in io.lettuce.core.protocol
Methods in io.lettuce.core.protocol that return Command Modifier and Type Method Description protected <T> Command<K,V,T>BaseRedisCommandBuilder. createCommand(CommandType type, CommandOutput<K,V,T> output)protected <T> Command<K,V,T>BaseRedisCommandBuilder. createCommand(CommandType type, CommandOutput<K,V,T> output, CommandArgs<K,V> args)protected <T> Command<K,V,T>BaseRedisCommandBuilder. createCommand(CommandType type, CommandOutput<K,V,T> output, K key)protected <T> Command<K,V,T>BaseRedisCommandBuilder. createCommand(CommandType type, CommandOutput<K,V,T> output, K key, V value)protected <T> Command<K,V,T>BaseRedisCommandBuilder. createCommand(CommandType type, CommandOutput<K,V,T> output, K key, V[] values)