Module redis_protocol::resp3::decode[][src]

Expand description

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

https://github.com/antirez/RESP3/blob/master/spec.md

Modules

Decoding functions for complete frames. If a streamed frame is detected it will result in an error.

Decoding structs and functions that support streaming frames. The caller is responsible for managing any returned state for streaming frames.