Docs.rs
  • redis-async-0.17.2
    • redis-async 0.17.2
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • benashford
    • Dependencies
      • bytes ^1.0 normal
      • futures-channel ^0.3.7 normal
      • futures-sink ^0.3.7 normal
      • futures-util ^0.3.7 normal
      • log ^0.4.11 normal
      • native-tls ^0.2 normal optional
      • pin-project ^1.0 normal
      • socket2 ^0.5 normal
      • tokio ^1.0 normal
      • tokio-native-tls ^0.3.0 normal optional
      • tokio-rustls ^0.26 normal optional
      • tokio-util ^0.7 normal
      • webpki-roots ^0.26 normal optional
      • env_logger ^0.11 dev
      • futures ^0.3.7 dev
      • tokio ^1.0 dev
    • Versions
    • 62.07% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

redis_async0.17.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • client::ConnectionBuilder
  • client::paired::PairedConnection
  • client::paired::SendFuture
  • client::pubsub::PubsubConnection
  • client::pubsub::PubsubStream
  • resp::RespCodec

Enums

  • client::connect::RespConnectionInner
  • error::ConnectionReason
  • error::Error
  • resp::RespValue

Traits

  • resp::FromResp
  • resp::IntoRespInteger
  • resp::IntoRespString

Macros

  • resp_array

Functions

  • client::connect::connect
  • client::connect::connect_with_auth
  • client::paired::paired_connect
  • client::pubsub::pubsub_connect

Type Aliases

  • client::connect::RespConnection