pub fn decode_bytes_mut(
buf: &mut BytesMut,
) -> Result<Option<(BytesFrame, usize, Bytes)>, RedisProtocolError>
Available on crate features
resp3
and bytes
only.pub fn decode_bytes_mut(
buf: &mut BytesMut,
) -> Result<Option<(BytesFrame, usize, Bytes)>, RedisProtocolError>
resp3
and bytes
only.