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

xadd-maxlen-support #22

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

zeejers
Copy link
Contributor

@zeejers zeejers commented Sep 13, 2024

The lib does not currently support MAXLEN, which is crucial in making sure that you don't experience an out of memory error if you aren't using the deleteAfterAck option.

We ran into this issue in our testing, and found others may gain from the change. See the note on "Capped Streams" here: https://redis.io/docs/latest/commands/xadd

@tamimaj tamimaj changed the base branch from main to maxlen-support September 13, 2024 17:31
@tamimaj tamimaj merged commit a926edd into tamimaj:maxlen-support Sep 13, 2024
6 checks passed
tamimaj added a commit that referenced this pull request Sep 13, 2024
* xadd-maxlen-support (#22)

Co-authored-by: Zach Sherbondy <zachsherbondy@Zachs-MBP.localdomain>

* Added reference to example apps for MAXLEN.

* Upgraded Deps.

* V1.3.0

---------

Co-authored-by: Zach <34084826+zeejers@users.noreply.github.com>
Co-authored-by: Zach Sherbondy <zachsherbondy@Zachs-MBP.localdomain>
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.

2 participants