Skip to main content

Module types

Module types 

Source
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.

Enumsยง

Frame
A single RESP3 protocol frame.