Function encode_bytes

Source
pub fn encode_bytes(
    buf: &mut BytesMut,
    frame: &Frame,
) -> Result<usize, RedisProtocolError>
Expand description

Attempt to encode a frame into buf, extending the buffer as needed.

Returns the number of bytes encoded.