Skip to content

Appkins/streams #3

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

Merged
merged 7 commits into from
Dec 10, 2018
Merged

Appkins/streams #3

merged 7 commits into from
Dec 10, 2018

Conversation

appkins
Copy link

@appkins appkins commented Dec 10, 2018

Added support for redis streams. This also introduces the consumer class. This can be used to consume and process messages from a stream. Subscribing to a stream first tries to consume pending messages in the case of a crash. If there are no pending messages or all have been consumed, the consumer will process new messages.

Check out the official streams intro to learn more about redis streams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants