Docs.rs
  • mco-redis-rs-0.21.6
    • mco-redis-rs 0.21.6
    • Permalink
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • zhuxiujia
    • Dependencies
      • arc-swap ^1.1.0 normal optional
      • async-native-tls ^0.4 normal optional
      • async-std ^1.5.0 normal optional
      • async-trait ^0.1.24 normal
      • bytes ^1 normal optional
      • combine ^4.6 normal
      • crc16 ^0.4 normal optional
      • futures ^0.3.3 normal optional
      • futures-util ^0.3.15 normal optional
      • itoa ^1.0 normal
      • mco ^0.1 normal optional
      • native-tls ^0.2 normal optional
      • percent-encoding ^2.1 normal
      • pin-project-lite ^0.2 normal optional
      • r2d2 ^0.8.8 normal optional
      • rand ^0.8 normal optional
      • ryu ^1.0 normal
      • sha1_smol ^1.0 normal optional
      • tokio ^1 normal optional
      • tokio-native-tls ^0.3 normal optional
      • tokio-util ^0.7 normal optional
      • 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.3 dev
      • quickcheck ^0.6 dev
      • rand ^0.8 dev
      • socket2 ^0.3 dev
      • tempfile ^3.2 dev
      • tokio ^1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • 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

mco_redis_rs0.21.6

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

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
  • ErrorKind
  • NumericBehavior
  • Value
  • acl::Rule
  • aio::async_std::AsyncStd
  • geo::RadiusOrder
  • geo::Unit
  • streams::StreamMaxlen
  • streams::StreamPendingReply

Traits

  • AsyncCommands
  • Commands
  • ConnectionLike
  • FromRedisValue
  • IntoConnectionInfo
  • 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 Aliases

  • RedisFuture
  • RedisResult