Module redis_async::resp

source ·
Expand description

An implementation of the RESP protocol

Structs

Enums

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

Traits