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

Redis Streams #1467

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft

Redis Streams #1467

wants to merge 20 commits into from

Conversation

iancooper
Copy link
Member

The existing notification-based queues work using the ServiceStack client, which is not free at scale. Redis Streams provide a good alternative to this that we can use. It is a streams model, similar to Kafka but we can support that in a producer-consumer model

@iancooper iancooper added the Draft This is a work in progress label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Switch to Redis Streams and StackExchange Redis
2 participants