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

Support Redis capped streams #70

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Support Redis capped streams #70

merged 1 commit into from
Aug 5, 2023

Conversation

icebob
Copy link
Member

@icebob icebob commented Apr 23, 2023

https://redis.io/docs/data-types/streams-tutorial/#capped-streams

Example

broker.sendToChannel("order.created", {
    id: 1234,
    items: [
        /*...*/
    ]
},{
    xaddMaxLen: "~1000"
});

Close #69

@icebob icebob merged commit feb2a9c into master Aug 5, 2023
0 of 8 checks passed
@icebob icebob deleted the xaddMaxLen branch August 5, 2023 14:20
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.

Redis Adapter Capped Stream Support - "MAXLEN ~"
1 participant