Skip to main content

EntryBatch

Type Alias EntryBatch 

Source
pub type EntryBatch = Vec<(StreamId, Vec<(Vec<u8>, Vec<u8>)>)>;
Expand description

Cloned-out view of stream entries, the cross-module wire form. Keeps the same shape Redis sends and lets the callers stay decoupled from the SmallBytes interning the store uses internally.

Aliased Type§

pub struct EntryBatch { /* private fields */ }