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

Re-implement Redis backend using Streams (Redis 5.0) #171

Open
benlangfeld opened this issue Oct 31, 2018 · 1 comment
Open

Re-implement Redis backend using Streams (Redis 5.0) #171

benlangfeld opened this issue Oct 31, 2018 · 1 comment

Comments

@benlangfeld
Copy link
Collaborator

Redis 5.0 includes the new Stream data type, discussed at http://antirez.com/news/114. Is this a viable candidate to replace message_bus' use of sorted sets and PUBLISH? I'm interested in attempting an implementation, but am looking for in-principle agreement that it's worthwhile first.

@SamSaffron
Copy link
Member

I am interested in a new and optional implementation that people can opt in to, provided it performs better than the current one, you would need to measure performance and keep feature parity.

@benlangfeld benlangfeld mentioned this issue Nov 6, 2018
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants