Implements common redis commands over asynchronous connections.
The return types are concrete and opinionated. If you want to choose the return type you should use the AsyncCommands trait.
Implements common redis commands for pipelines. Unlike the regular
commands trait, this returns the pipeline rather than a result
directly. Other than that it works the same however.
Implements common redis commands.
The return types are concrete and opinionated. If you want to choose the return type you should use the Commands trait.