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

Add PeekMultiple method #57

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Add PeekMultiple method #57

merged 1 commit into from
Jan 15, 2024

Conversation

erni27
Copy link
Owner

@erni27 erni27 commented Jan 15, 2024

This PR:

  • adds PeekMultiple method
  • fixes Sharded.GetMultiple to use the same now timestamp when retrieving entries from multiple shards

Partially fixes: #54

@erni27 erni27 added this to the 1.2.0 Release milestone Jan 15, 2024
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (feac194) 0.00% compared to head (df7c5a3) 95.45%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #57       +/-   ##
===========================================
+ Coverage        0   95.45%   +95.45%     
===========================================
  Files           0        6        +6     
  Lines           0     1034     +1034     
===========================================
+ Hits            0      987      +987     
- Misses          0       41       +41     
- Partials        0        6        +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@erni27 erni27 marked this pull request as ready for review January 15, 2024 22:27
@erni27 erni27 merged commit 9ae8586 into master Jan 15, 2024
4 checks passed
@erni27 erni27 deleted the add-peek-multiple-method branch January 15, 2024 22:27
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.

Add Peek, PeekMultiple and PeekAll methods
1 participant