Module redis_protocol::resp2::encode [−][src]
Expand description
Encoding functions for BytesMut and slices. Functions for encoding Frames into the RESP2 protocol.
Functions
Attempt to encode a frame into buf
, assuming a starting offset of 0.
Attempt to encode a frame into buf
, extending the buffer as needed.