Available on crate feature
aio
only.Expand description
Adds async IO support to redis.
Modules§
- async_std
async-std-comp
Enables the async_std compatibility - tokio
tokio-comp
Enables the tokio compatibility
Structs§
- ConnectionDeprecatedRepresents a stateful redis TCP connection.
- ConnectionManager
connection-manager
AConnectionManager
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
andAsyncWrite
- An async abstraction over connections.