/redis-streams-rs

Redis Streams API for redis-rs

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Note

This project will be archived soon. All of the functionality here was rolled into redis-rs. Thanks @Terkwood for making this happen!

redis-streams-rs

Build Status

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).

Usage

To use redis-streams-rs, add this to your Cargo.toml:

[dependencies]
redis-streams = "0.1.0"

See redis-rs for details

Build Status

Docs

run make doc to read the documentation.