Module redis_async::client [] [src]

Structs

ClientConnection

A low-level client connection representing a sender and a receiver.

PairedConnection
PubsubConnection

Functions

connect

Connect to a Redis server and return paired Sink and Stream for reading and writing asynchronously.

paired_connect
pubsub_connect