Docs.rs
  • redis-0.22.1
    • redis 0.22.1
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mitsuhiko
    • github:redis-rs:release-team
    • Dependencies
      • ahash ^0.7.6 normal
      • arc-swap ^1.1.0 normal
      • async-native-tls ^0.4 normal
      • async-std ^1.8.0 normal
      • async-trait ^0.1.24 normal
      • bytes ^1 normal
      • combine ^4.6 normal
      • crc16 ^0.4 normal
      • futures ^0.3.3 normal
      • futures-util ^0.3.15 normal
      • itoa ^1.0 normal
      • native-tls ^0.2 normal
      • percent-encoding ^2.1 normal
      • pin-project-lite ^0.2 normal
      • r2d2 ^0.8.8 normal
      • rand ^0.8 normal
      • ryu ^1.0 normal
      • serde ^1.0.82 normal
      • serde_json ^1.0.82 normal
      • sha1_smol ^1.0 normal
      • tokio ^1 normal
      • tokio-native-tls ^0.3 normal
      • tokio-util ^0.7 normal
      • url ^2.1 normal
      • assert_approx_eq ^1.0 dev
      • criterion ^0.3 dev
      • fnv ^1.0.5 dev
      • futures ^0.3 dev
      • partial-io ^0.5 dev
      • quickcheck ^1.0.3 dev
      • rand ^0.8 dev
      • socket2 ^0.4 dev
      • tempfile ^3.2 dev
      • tokio ^1 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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

logo

Crate redis

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • AsyncIter
  • Client
  • Cmd
  • Connection
  • ConnectionInfo
  • InfoDict
  • Iter
  • LposOptions
  • Msg
  • Parser
  • Pipeline
  • PubSub
  • RedisConnectionInfo
  • RedisError
  • Script
  • ScriptInvocation
  • acl::AclInfo
  • aio::Connection
  • aio::ConnectionManager
  • aio::Monitor
  • aio::MultiplexedConnection
  • aio::PubSub
  • aio::async_std::AsyncStdWrapped
  • cluster::ClusterClient
  • cluster::ClusterClientBuilder
  • cluster::ClusterConnection
  • cluster::ClusterPipeline
  • geo::Coord
  • geo::RadiusOptions
  • geo::RadiusSearchResult
  • streams::StreamClaimOptions
  • streams::StreamClaimReply
  • streams::StreamId
  • streams::StreamInfoConsumer
  • streams::StreamInfoConsumersReply
  • streams::StreamInfoGroup
  • streams::StreamInfoGroupsReply
  • streams::StreamInfoStreamReply
  • streams::StreamKey
  • streams::StreamPendingCountReply
  • streams::StreamPendingData
  • streams::StreamPendingId
  • streams::StreamRangeReply
  • streams::StreamReadOptions
  • streams::StreamReadReply

Enums

  • Arg
  • ConnectionAddr
  • ControlFlow
  • Direction
  • ErrorKind
  • Expiry
  • NumericBehavior
  • Value
  • acl::Rule
  • aio::async_std::AsyncStd
  • geo::RadiusOrder
  • geo::Unit
  • streams::StreamMaxlen
  • streams::StreamPendingReply

Traits

  • AsyncCommands
  • Commands
  • ConnectionLike
  • FromRedisValue
  • IntoConnectionInfo
  • JsonAsyncCommands
  • JsonCommands
  • PubSubCommands
  • RedisWrite
  • ToRedisArgs
  • aio::AsyncStream
  • aio::ConnectionLike

Functions

  • cluster::cluster_pipe
  • cmd
  • from_redis_value
  • pack_command
  • parse_redis_url
  • parse_redis_value
  • parse_redis_value_async
  • pipe
  • transaction

Type Definitions

  • RedisFuture
  • RedisResult