Docs.rs
  • embedded-redis-0.7.3
    • embedded-redis 0.7.3
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • marius-meissner
    • TobiNeo
    • Dependencies
      • bytes ^1.2.1 normal
      • embedded-nal ^0.8.0 normal
      • embedded-time ^0.12.1 normal
      • mockall ^0.12.1 normal
      • nb ^1.0.0 normal
      • redis-protocol-mm ^4.2.0 normal
      • mockall ^0.12.1 dev
      • mm-std-embedded-nal ^0.3.0 dev
      • std-embedded-time ^0.1.0 dev
    • Versions
    • 63.79% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

embedded_redis0.7.3

  • Structs
  • Enums
  • Traits
  • Type Aliases
?
Change settings

List of all items

Structs

  • commands::ResponseTypeError
  • commands::auth::AuthCommand
  • commands::bgsave::BackgroundSaveCommand
  • commands::builder::CommandBuilder
  • commands::custom::CustomCommand
  • commands::get::GetCommand
  • commands::get::GetResponse
  • commands::hello::HelloCommand
  • commands::hello::HelloResponse
  • commands::helpers::CmdBytes
  • commands::helpers::CmdInt
  • commands::helpers::CmdStr
  • commands::helpers::RespInt
  • commands::helpers::RespMap
  • commands::hget::HashGetCommand
  • commands::hgetall::HashGetAllCommand
  • commands::hgetall::HashResponse
  • commands::hset::HashSetCommand
  • commands::ping::PingCommand
  • commands::publish::PublishCommand
  • commands::set::SetCommand
  • network::Client
  • network::ConnectionHandler
  • network::Credentials
  • network::Future
  • network::MemoryParameters
  • network::Resp2
  • network::Resp3
  • subscription::Message
  • subscription::Subscription

Enums

  • commands::set::Exclusivity
  • commands::set::ExpirationPolicy
  • network::CommandErrors
  • network::ConnectionError
  • subscription::Error

Traits

  • commands::Command
  • commands::builder::IsNullFrame
  • commands::builder::ToBytesMap
  • commands::builder::ToInteger
  • commands::builder::ToStringBytes
  • commands::builder::ToStringOption

Type Aliases

  • commands::set::ConfirmationResponse
  • commands::set::ExclusiveSetResponse
  • commands::set::ReturnPreviousResponse