Module redis_protocol::encode[][src]

Encoding functions for BytesMut and slices.

Functions

encode

Attempt to encode a frame into buf, assuming a starting offset of 0.

encode_bytes

Attempt to encode a frame into buf, extending the buffer as needed.