Constructor
build and execute single redis command.
Simple key/value get
Build redis command from command name and args. All args must be of type string.
build and execute redis pipeline from commands array.
Consume reply
Simple key/value set
Build and execute redis transaction from command array.
client API