Module resp

Source
Expand description

An implementation of the RESP protocol

Structs§

RespCodec
Codec to read frames

Enums§

RespValue
A single RESP value, this owns the data that is read/to-be written to Redis.

Traits§

FromResp
A trait to be implemented for every time which can be read from a RESP value.
IntoRespInteger
IntoRespString
A specific trait to convert into a RespValue::BulkString