Module lettuce.core

Package io.lettuce.core.dynamic.batch

Batching with Redis Command interfaces.
  • Interface Summary
    Interface Description
    BatchExecutor
    Batch executor interface to enforce command queue flushing using BatchSize.
  • Class Summary
    Class Description
    CommandBatching
    Programmatic command batching API.
  • Exception Summary
    Exception Description
    BatchException
    Batch exception to collect multiple errors from batched command execution.
  • Annotation Types Summary
    Annotation Type Description
    BatchSize
    Redis command method annotation declaring a command interface to use batching with a specified batchSize.