Uses of Class
io.lettuce.core.dynamic.batch.BatchException
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.batch |
Batching with Redis Command interfaces.
|
-
Uses of BatchException in io.lettuce.core.dynamic.batch
Methods in io.lettuce.core.dynamic.batch that throw BatchException Modifier and Type Method Description voidBatchExecutor. flush()Flush the command queue resulting in the queued commands being executed.