This project will be archived soon. All of the functionality here was rolled into redis-rs. Thanks @Terkwood for making this happen!
Implements the redis stream trait for redis-rs
Rust client. This currently requires running code from redis-rs
master (still waiting on a release to be cut and pushed up to Crates.io).
To use redis-streams-rs
, add this to your Cargo.toml
:
[dependencies]
redis-streams = "0.1.0"
run make doc
to read the documentation.