Docs.rs
redis-work-queue-0.1.0
redis-work-queue 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
JOT85
Dependencies
futures ^0.3
normal
redis ^0.22.3
normal
serde ^1
normal
serde_json ^1
normal
uuid ^1.3
normal
Versions
76.19%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
Crate redis_work_queue
Version 0.1.0
All Items
Structs
?
Crate
redis_work_queue
source
·
[
−
]
Structs
Item
An item for a work queue. Each item has an ID and associated data.
KeyPrefix
A string which should be prefixed to an identifier to generate a database key.
WorkQueue
A work queue backed by a redis database