StreamEntry

Type Alias StreamEntry 

Source
pub type StreamEntry = (String, Vec<(String, String)>);
Expand description

Type alias for Redis Stream entry: (ID, Field-Value Pairs)