pub fn resp2_encode_command(cmd: &str) -> BytesFrameAvailable on crate features
codec and resp2 only.Expand description
Encode a redis command string (SET foo bar NX, etc) into a RESP2 bulk string array.
pub fn resp2_encode_command(cmd: &str) -> BytesFramecodec and resp2 only.Encode a redis command string (SET foo bar NX, etc) into a RESP2 bulk string array.