Module redis::aio

source · []
Available on crate feature aio only.
Expand description

Adds experimental async IO support to redis.

Modules

async_stdasync-std-comp

Enables the async_std compatibility

tokiotokio-comp

Enables the tokio compatibility

Structs

Represents a stateful redis TCP connection.

A ConnectionManager is a proxy that wraps a multiplexed connection and automatically reconnects to the server when necessary.

Represents a Monitor connection.

A connection object which can be cloned, allowing requests to be be sent concurrently on the same underlying connection (tcp/unix socket).

Represents a PubSub connection.

Traits

Trait for objects that implements AsyncRead and AsyncWrite

An async abstraction over connections.