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