Expand description
Adds experimental async IO support to redis.
Modules
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.