Docs.rs
redis-subscribe-0.2.1
redis-subscribe 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dsluijk
Dependencies
async-stream ^0.3.2
normal
nom ^7.0.0
normal
rand ^0.8.4
normal
thiserror ^1.0.30
normal
tokio ^1.13.0
normal
tokio-stream ^0.1.8
normal
tracing ^0.1.29
normal
redis ^0.21
dev
tokio ^1.15
dev
Versions
25%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redis_
subscribe
0.2.1
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
redis_subscribe
Copy item path
Source
Structs
§
Redis
Sub
Redis subscription object. This connects to the Redis server.
Enums
§
Error
All possible errors returned by this library.
Message
Type Aliases
§
Result
An wrapper around the standard
Result
type with
Error
aliased to this crate’s error type.