mmkal / handy-redis

A wrapper around node_redis with Promise and TypeScript support.
Apache License 2.0
172 stars 10 forks source link

feat: support ioredis as underlying client #241

Open mmkal opened 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #241 (24ae4e8) into master (cd44850) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #241   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         5    +1     
  Lines           59        64    +5     
  Branches         7         8    +1     
=========================================
+ Hits            59        64    +5     
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)
src/ioredis/index.ts 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 cd44850...24ae4e8. Read the comment docs.