pub type Reply = Vec<u8>;
A wire-level reply: just the encoded RESP bytes.
pub struct Reply { /* private fields */ }