Uses of Class
io.lettuce.core.dynamic.batch.CommandBatching
| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.batch |
Batching with Redis Command interfaces.
|
-
Uses of CommandBatching in io.lettuce.core.dynamic
Methods in io.lettuce.core.dynamic with parameters of type CommandBatching Modifier and Type Method Description io.lettuce.core.dynamic.BatchTasksBatcher. batch(RedisCommand<Object,Object,Object> command, CommandBatching batching)Add command to theBatcher. -
Uses of CommandBatching in io.lettuce.core.dynamic.batch
Methods in io.lettuce.core.dynamic.batch that return CommandBatching Modifier and Type Method Description static CommandBatchingCommandBatching. flush()Flush the command batch queue after adding a command to the batch queue.static CommandBatchingCommandBatching. queue()Enqueue the command to the batch queue.