Skip to content

implement iterables for redis#240

Merged
jaredwray merged 6 commits intojaredwray:masterfrom
jaytist:issue-40-iterables-redis
Feb 15, 2022
Merged

implement iterables for redis#240
jaredwray merged 6 commits intojaredwray:masterfrom
jaytist:issue-40-iterables-redis

Conversation

@jaytist
Copy link
Contributor

@jaytist jaytist commented Feb 11, 2022

Fixes #40

@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #240 (35bd223) into master (f382452) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   99.22%   99.24%   +0.01%     
==========================================
  Files          15       15              
  Lines         643      659      +16     
==========================================
+ Hits          638      654      +16     
  Misses          5        5              
Impacted Files Coverage Δ
packages/keyv/src/index.js 95.65% <ø> (ø)
packages/mongo/src/index.js 100.00% <100.00%> (ø)
packages/redis/src/index.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f382452...35bd223. Read the comment docs.

@jaredwray jaredwray marked this pull request as ready for review February 14, 2022 00:19
@jaytist jaytist force-pushed the issue-40-iterables-redis branch from e9177ef to fcbbe4a Compare February 15, 2022 11:53
@jaredwray jaredwray merged commit 6492bea into jaredwray:master Feb 15, 2022
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.

Expose Iterables

2 participants