Docs.rs
  • embedded-redis-0.8.0
    • embedded-redis 0.8.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • marius-meissner
    • TobiNeo
    • Dependencies
      • bytes ^1.9.0 normal
      • embedded-nal ^0.9.0 normal
      • embedded-time ^0.12.1 normal
      • mockall ^0.13.1 normal optional
      • nb ^1.1.0 normal
      • redis-protocol ^6.0.0 normal
      • mockall ^0.13.1 dev
      • mm-std-embedded-nal ^0.4.0 dev
      • std-embedded-time ^0.1.0 dev
    • Versions
    • 73.58% 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

embedded_redis0.8.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

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