Function redis_stream::produce[][src]

pub fn produce(
    redis: &mut Connection,
    stream: &str,
    key_values: &[(&str, &str)]
) -> Result<String>

Produces a new message into a Redis stream.