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

fix: according to the redis documentation, an iterator must not be co… #749

Merged
merged 1 commit into from
Mar 26, 2023

Conversation

AuspeXeu
Copy link
Contributor

…nsidered finished unless it returns a cursor value of 0, even if the returned page has no entries

Please check if the PR fulfills these requirements

  • Followed the Contributing guidelines.
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage.
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

According to the redis documentation, an iterator must not be considered finished unless it returns a cursor value of 0, even if the returned page has no entries.

image

…nsidered finished unless it returns a cursor value of 0, even if the returned page has no entries
@codecov
Copy link

codecov bot commented Mar 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (dee3883) 100.00% compared to head (8e7e346) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #749   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         2405      2404    -1     
  Branches       122       122           
=========================================
- Hits          2405      2404    -1     
Impacted Files Coverage Δ
packages/redis/src/index.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jaredwray jaredwray merged commit eae7f19 into jaredwray:main Mar 26, 2023
@jaredwray
Copy link
Owner

@AuspeXeu - thanks so much for the pull request. This will be released in the next couple weeks. 🎉

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