Module redis_protocol::resp3::types [−][src]
Expand description
RESP3 frame types.
Structs
Authentication information used in the HELLO
request.
A helper struct for reading and managing streaming data types.
Enums
Enum describing the byte ordering for numbers and doubles when cast to byte slices.
Wrapper enum around a decoded frame that supports streaming frames.
An enum describing the possible data types in RESP3 along with the corresponding Rust data type to represent the payload.
The type of frame without any associated data.
The RESP version used in the HELLO
request.
The format of a verbatim string frame.
Constants
Byte prefix before an array type.
Byte prefix before an attribute type.
Byte representation of AUTH
.
Byte prefix before a big number type.
Byte prefix before a blob error type.
Byte prefix before a blob string type.
Byte prefix before a boolean type.
Byte representation of false
.
Byte representation of true
.
Byte representation of a chunked string.
Byte prefix before a Double type.
Byte representation of an empty space.
The terminating bytes when a streaming operation is done from an aggregate type.
Byte used to signify the end of a stream.
The terminating bytes when a streaming operation is done from a blob string.
Byte representation of HELLO.
Byte representation of positive infinity.
Byte prefix before a map type.
Byte representation of negative infinity.
The binary representation of NULL in RESP3.
Byte prefix before a NULL value.
Byte prefix before a Number type.
Prefix on pubsub messages from a pattern matching subscription.
Prefix on normal pubsub messages.
Prefix on RESP3 push pubsub messages.
Byte prefix before a push type.
Byte prefix before a set type.
Byte prefix before a simple error type.
Byte prefix before a simple string type.
Byte prefix on a streamed type, following the byte that identifies the type.
Byte used to separate the verbatim string from the format prefix.
Byte prefix before a verbatim string type.
Type Definitions
Additional information returned alongside a frame.
A map struct for frames.
A set struct for frames.