Expand description
Adds async IO support to redis.
Modules§
- Enables the tokio compatibility
Structs§
- Connection
Deprecated 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
andAsyncWrite
- An async abstraction over connections.