Skip to content
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 redis streams support. #568

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boehlkers
Copy link

Closes #340.

Implements redis-streams support.

It turns out using redis streams as the communication mechanism is quite different from standard subscriptions so I pulled the functionality into a separate module, would be happy to consider pulling it entirely out into a separate package if you'd prefer to keep this implementation slim and targeted.

Updates to the README are coming barring no objections on this implementation.

@boehlkers boehlkers force-pushed the add-redis-streams-support branch from bf91f31 to a5fae75 Compare December 22, 2022 15:25
@boehlkers boehlkers force-pushed the add-redis-streams-support branch from a5fae75 to 524e702 Compare December 22, 2022 19:08
@davidyaha
Copy link
Owner

Hey @boehlkers! Thanks for this submission!
I don't have the experience with Redis streams required to review this PR so I refer this back to the community.
If someone else is willing to review and show a need for it, I'll happily merge.

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.

Support for Redis Streams
2 participants