redis

Module aio

Source
Expand description

Adds async IO support to redis.

Modules§

  • Enables the tokio compatibility

Structs§

Traits§

  • A trait for sender parts of a channel that can be used for sending push messages from async connection.
  • Trait for objects that implements AsyncRead and AsyncWrite
  • An async abstraction over connections.