Crates.io | redis-streams |
lib.rs | redis-streams |
version | 0.1.1 |
source | src |
created_at | 2019-08-28 04:15:06.069091 |
updated_at | 2020-05-12 16:19:27.54306 |
description | Redis streams commands |
homepage | |
repository | https://github.com/grippy/redis-streams-rs.git |
max_upload_size | |
id | 160273 |
size | 97,166 |
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.