Module codec_redis

Source
Expand description

Redis protocol codec

Structs§

BulkString
A bulk string.
Codec
Codec to read/write redis values

Enums§

Request
A single RESP value, this owns the data that is to-be written to Redis.
Response
A single RESP value, this owns the data that is read from Redis.