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 Broker: Use Redis Streams by default #195

Closed
FZambia opened this issue May 3, 2021 · 1 comment
Closed

Redis Broker: Use Redis Streams by default #195

FZambia opened this issue May 3, 2021 · 1 comment
Milestone

Comments

@FZambia
Copy link
Member

FZambia commented May 3, 2021

At this moment we use LIST structure by default for history in Redis Broker. Redis STREAMs seems a better data structure for default value. I don't really want to completely remove LISTs since I think those are still useful for backwards compatibility.

@FZambia FZambia changed the title Use Redis Streams by default Redis Broker: Use Redis Streams by default May 3, 2021
@FZambia FZambia added this to the v1.0.0 milestone May 9, 2021
@FZambia FZambia modified the milestones: v1.0.0, v0.18.0 Jul 12, 2021
@FZambia
Copy link
Member Author

FZambia commented Aug 23, 2021

Done in 98f6388, will be part of v0.18.0

@FZambia FZambia closed this as completed Aug 23, 2021
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

No branches or pull requests

1 participant