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