Crate redis_cli

Source

Structs§

Client
Decoder
A streaming RESP decoder.

Enums§

Value
Represents a RESP value, see Redis Protocol specification.

Constants§

COMMANDS

Functions§

create_client
encode_slice
Encode a array of slice string to RESP binary buffer. It is usefull for redis client to encode request command.