Expand description
RESP3 frame types.
The Frame enum represents a single parsed RESP3 value.
Blob strings use Bytes for efficient, reference-counted storage
that avoids unnecessary copies when moving data through the pipeline.
Modules§
- wire
- Pre-computed wire bytes for the most common responses. Writing these directly to the output buffer avoids per-field serialization overhead.
Enums§
- Frame
- A single RESP3 protocol frame.