[][src]Module redis::aio

Adds experimental async IO support to redis.

Structs

Connection

Represents a stateful redis TCP connection.

SharedConnection

A connection object bound to an executor.

Traits

ConnectionLike

An async abstraction over connections.

Functions

connect

Opens a connection.