[]Module redis_actor::bb8_redis::redis::aio

Adds experimental async IO support to redis.

Modules

tokio

Enables the tokio compatibility

Structs

Connection

Represents a stateful redis TCP connection.

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

AsyncStream

Trait for objects that implements AsyncRead and AsyncWrite

ConnectionLike

An async abstraction over connections.