pub fn resp2_encode_command(cmd: &str) -> BytesFrame
Available 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) -> BytesFrame
codec
and resp2
only.Encode a redis command string (SET foo bar NX
, etc) into a RESP2 bulk string array.