[][src]Module redis_async::resp

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.

ToRespInteger
ToRespString

A specific trait to convert into a RespValue::BulkString