Module redis_sk::aio[][src]

Expand description

Adds experimental async IO support to redis.

Structs

Connection

Represents a stateful redis TCP connection.

ConnectionManager

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

MultiplexedConnection

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

PubSub

Represents a PubSub connection.

Traits

ConnectionLike

An async abstraction over connections.

Functions

connect_async_std

Opens a connection.

connect_tokio

Opens a connection.