pub fn produce( redis: &mut Connection, stream: &str, key_values: &[(&str, &str)], ) -> Result<String>
Produces a new message into a Redis stream.