Docs.rs
  • ntex-redis-0.3.0
    • ntex-redis 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • fafhrd91
    • Dependencies
      • btoi ^0.4.2 normal
      • derive_more ^0.99 normal
      • itoa ^0.4.5 normal
      • log ^0.4 normal
      • ntex ^0.5.0 normal
      • env_logger ^0.9 dev
      • rand ^0.8 dev
    • Versions
    • 80.95% of the crate is documented
  • Go to latest version
  • Platform
    • 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
☰
logo

Crate ntex_redis

Version 0.3.0

Back to index

logo
Change settings

List of all items[−]

Structs

  • Client
  • CommandResult
  • RedisConnector
  • SimpleClient
  • cmd::commands::AuthCommand
  • cmd::commands::BulkOutputCommand
  • cmd::commands::HDelCommand
  • cmd::commands::HGetAllCommand
  • cmd::commands::HSetCommand
  • cmd::commands::IntOutputCommand
  • cmd::commands::KeysCommand
  • cmd::commands::LPushCommand
  • cmd::commands::SetCommand
  • cmd::commands::TtlCommand
  • codec::BulkString
  • codec::Codec

Enums

  • cmd::TtlResult
  • codec::Request
  • codec::Response
  • errors::CommandError
  • errors::ConnectError
  • errors::Error

Traits

  • cmd::Command

Macros

  • array

Functions

  • cmd::Auth
  • cmd::Del
  • cmd::Exists
  • cmd::Expire
  • cmd::ExpireAt
  • cmd::Get
  • cmd::HDel
  • cmd::HGet
  • cmd::HGetAll
  • cmd::HIncrBy
  • cmd::HLen
  • cmd::HSet
  • cmd::IncrBy
  • cmd::LIndex
  • cmd::LPop
  • cmd::LPush
  • cmd::Ping
  • cmd::RPop
  • cmd::RPush
  • cmd::Select
  • cmd::Set
  • cmd::Ttl