pub fn encode_push_header(out: &mut Vec<u8>, count: i64)Expand description
><count>\r\n — an out-of-band push frame header. Follow with
count sub-replies. The RESP3 client demultiplexes push frames from
regular replies, so this is what PUBLISH / pattern-subscribe
delivery uses when the consumer speaks RESP3.