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