Function encode_start_string

Source
pub fn encode_start_string(
    buf: &mut [u8],
    offset: usize,
) -> Result<usize, RedisProtocolError>
Available on crate feature resp3 only.
Expand description

Encode the starting bytes in a streaming blob string.

Returns the new offset in buf.