New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for streams #162

Open
tirkarthi opened this Issue Aug 19, 2018 · 2 comments

Comments

Projects
None yet
3 participants
@tirkarthi

tirkarthi commented Aug 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!

@badboy

This comment has been minimized.

Collaborator

badboy commented Aug 19, 2018

I played around with prototyping a stream API when streams were developed initially (I never published or even finished that though).
I'm convinced we can provide a really good API to make this all work, however I personally don't have a use case for streams on Redis currently, so I won't spend time on developing such an API.
I'd be happy to guide external contributors in implementing that though.

@lambdasqd

This comment has been minimized.

Contributor

lambdasqd commented Aug 20, 2018

I would be interested in giving this a try later this week.

@badboy badboy referenced this issue Nov 3, 2018

Closed

Streams support #172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment