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

delete all implementation #247

Merged
merged 21 commits into from
Feb 28, 2022
Merged

Conversation

alphmt
Copy link
Contributor

@alphmt alphmt commented Feb 18, 2022

Fixes #74
Fixes #41

@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #247 (25e9f65) into master (5967b84) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #247      +/-   ##
==========================================
+ Coverage   99.27%   99.33%   +0.06%     
==========================================
  Files          15       15              
  Lines         691      755      +64     
==========================================
+ Hits          686      750      +64     
  Misses          5        5              
Impacted Files Coverage Δ
packages/etcd/src/index.js 100.00% <100.00%> (ø)
packages/keyv/src/index.js 97.64% <100.00%> (+0.34%) ⬆️
packages/mongo/src/index.js 100.00% <100.00%> (ø)
packages/mysql/src/index.js 100.00% <100.00%> (ø)
packages/postgres/src/index.js 100.00% <100.00%> (ø)
packages/redis/src/index.js 100.00% <100.00%> (ø)
packages/sqlite/src/index.js 100.00% <100.00%> (ø)
packages/test-suite/src/api.js 98.91% <100.00%> (+0.21%) ⬆️

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 5967b84...25e9f65. Read the comment docs.

@alphmt alphmt marked this pull request as ready for review February 26, 2022 18:57
@jaredwray jaredwray merged commit af3e6f5 into jaredwray:master Feb 28, 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.

Delete multiple keys in a single operation
2 participants