pub fn parse_range_end(s: &[u8]) -> Result<StreamId, StreamIdError>Expand description
Parse an XRANGE end ID. Accepts + (= StreamId::MAX), bare ms
(seq=u64::MAX so the entire ms is included), and full ms-seq.
pub fn parse_range_end(s: &[u8]) -> Result<StreamId, StreamIdError>Parse an XRANGE end ID. Accepts + (= StreamId::MAX), bare ms
(seq=u64::MAX so the entire ms is included), and full ms-seq.