Module types

Source
Expand description

RESP2 frame types.

Enums§

Frame
An enum representing a Frame of data.
FrameKind
An enum representing the kind of a Frame without references to any inner data.

Constants§

ARRAY_BYTE
Byte prefix before an array type.
BULKSTRING_BYTE
Byte prefix before a bulk string type.
ERROR_BYTE
Byte prefix before an error type.
INTEGER_BYTE
Byte prefix before an integer type.
NULL
The binary representation of NULL in RESP2.
PATTERN_PUBSUB_PREFIX
Prefix on pubsub messages from a pattern matching subscription.
PUBSUB_PREFIX
Prefix on normal pubsub messages.
SIMPLESTRING_BYTE
Byte prefix before a simple string type.