Docs.rs
  • mini-redis-0.4.1
    • mini-redis 0.4.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • carllerche
    • github:tokio-rs:core
    • Dependencies
      • async-stream ^0.3.0 normal
      • atoi ^0.3.2 normal
      • bytes ^1 normal
      • structopt ^0.3.14 normal
      • tokio ^1 normal
      • tokio-stream ^0.1 normal
      • tracing ^0.1.13 normal
      • tracing-futures ^0.2.3 normal
      • tracing-subscriber ^0.2.2 normal
      • tokio ^1 dev
    • Versions
    • 75% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

mini_redis0.4.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • Buffer
  • Connection
  • blocking_client::BlockingClient
  • blocking_client::BlockingSubscriber
  • client::Client
  • client::Message
  • client::Subscriber
  • cmd::Get
  • cmd::Publish
  • cmd::Set
  • cmd::Subscribe
  • cmd::Unknown
  • cmd::Unsubscribe

Enums

  • cmd::Command
  • frame::Error
  • frame::Frame

Functions

  • blocking_client::connect
  • buffer
  • client::connect
  • server::run

Type Aliases

  • Error
  • Result

Constants

  • DEFAULT_PORT