Expand description
RESP2 frame types.
Enums§
- Frame
- An enum representing a Frame of data.
- Frame
Kind - 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.