Module commands
Source - RedisCommand
- A RedisCommand purpose is to build redis commands.
It can contains one or more commands for pipelining
- 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