Module redis_client::commands [] [src]

Structs

RedisCommand

A RedisCommand purpose is to build redis commands. It can contains one or more commands for pipelining

Traits

CommandBuilder

The trait CommandBuilder implements methods to abstract the construction of redis commands.

CommandSender

The trait CommandSender implements methods to send redis commands and receive the response synchronously.

CommandSenderAsync

The trait CommandSenderAsync implements methods to send redis commands and receive the response asynchronously.

PubSubCommandAsync