redis-streams

Crates.ioredis-streams
lib.rsredis-streams
version0.1.1
sourcesrc
created_at2019-08-28 04:15:06.069091
updated_at2020-05-12 16:19:27.54306
descriptionRedis streams commands
homepage
repositoryhttps://github.com/grippy/redis-streams-rs.git
max_upload_size
id160273
size97,166
Greg Melton (grippy)

documentation

README

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.

Commit count: 25

cargo fmt