pub type StreamEntry = (String, Vec<(String, String)>);
Type alias for Redis Stream entry: (ID, Field-Value Pairs)