Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for streams #162
Comments
This comment has been minimized.
This comment has been minimized.
|
I played around with prototyping a stream API when streams were developed initially (I never published or even finished that though). |
This comment has been minimized.
This comment has been minimized.
|
I would be interested in giving this a try later this week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tirkarthi commentedAug 19, 2018
Redis 5.0 will ship with streams. It's in beta now and will be stable in few months. It might be a good addition to the library and I hope it will work well with async libraries in Rust. I couldn't see any related issues or PR. Feel free to close this if it's a duplicate.
Streams reference : https://redis.io/topics/streams-intro
Thanks much for the library!