Uses of Class
io.lettuce.core.protocol.AsyncCommand
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
-
Uses of AsyncCommand in io.lettuce.core
Methods in io.lettuce.core that return AsyncCommand Modifier and Type Method Description <T> AsyncCommand<K,V,T>AbstractRedisAsyncCommands. dispatch(RedisCommand<K,V,T> cmd) -
Uses of AsyncCommand in io.lettuce.core.protocol
Subclasses of AsyncCommand in io.lettuce.core.protocol Modifier and Type Class Description classTransactionalCommand<K,V,T>A wrapper for commands within a MULTI transaction. -
Uses of AsyncCommand in io.lettuce.core.sentinel
Methods in io.lettuce.core.sentinel that return AsyncCommand Modifier and Type Method Description <T> AsyncCommand<K,V,T>RedisSentinelAsyncCommandsImpl. dispatch(RedisCommand<K,V,T> cmd)