Expand description
Adds async IO support to redis.
Modules§
- tokio
- Enables the tokio compatibility
Structs§
- Connection
Deprecated - Represents a stateful redis TCP connection.
- Monitor
- Represents a
Monitor
connection. - Multiplexed
Connection - A connection object which can be cloned, allowing requests to be be sent concurrently on the same underlying connection (tcp/unix socket).
- PubSub
- A connection dedicated to pubsub messages.
- PubSub
Sink - The sink part of a split async Pubsub.
- PubSub
Stream - The stream part of a split async Pubsub.
- Send
Error - An error showing that the receiver
Traits§
- Async
Push Sender - A trait for sender parts of a channel that can be used for sending push messages from async connection.
- Async
Stream - Trait for objects that implements
AsyncRead
andAsyncWrite
- Connection
Like - An async abstraction over connections.