Module redis_protocol::resp2::types[][src]

Expand description

RESP2 frame types.

Enums

An enum representing a Frame of data.

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

Constants

Byte prefix before an array type.

Byte prefix before a bulk string type.

Byte prefix before an error type.

Byte prefix before an integer type.

The binary representation of NULL in RESP2.

Prefix on pubsub messages from a pattern matching subscription.

Prefix on normal pubsub messages.

Byte prefix before a simple string type.