Module redis_protocol::resp2[][src]

Expand description

Types and functions for implementing the RESP2 protocol.

Modules

Decoding functions for BytesMut and slices. Functions for decoding the RESP2 protocol into frames.

Encoding functions for BytesMut and slices. Functions for encoding Frames into the RESP2 protocol.

Shorthand for use’ing types, encode, decode, etc.

RESP2 frame types.