redis-streams 0.1.1

Redis streams commands
Documentation

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.