Skip to main content

encode_push_header

Function encode_push_header 

Source
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.