Module redis_async::resp [] [src]

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.

ToResp

A trait to be implemented on types that can be automatically converted into RespValues.