logo

Crate resp

source · []
Expand description

RESP(Redis Serialization Protocol) Serialization for Rust.

Structs

A streaming RESP Decoder.

Enums

Represents a RESP value, see Redis Protocol specification.

Functions

Encodes RESP value to RESP binary buffer.

Encodes a slice of string to RESP binary buffer. It is use to create a request command on redis client.