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 support for redis #35

Merged
merged 2 commits into from
Jan 12, 2020
Merged

add support for redis #35

merged 2 commits into from
Jan 12, 2020

Conversation

guanw
Copy link
Owner

@guanw guanw commented Jan 12, 2020

fix #13

@codecov
Copy link

codecov bot commented Jan 12, 2020

Codecov Report

Merging #35 into master will decrease coverage by 1.39%.
The diff coverage is 82.5%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #35     +/-   ##
========================================
- Coverage    93.3%   91.9%   -1.4%     
========================================
  Files          11      13      +2     
  Lines         269     309     +40     
========================================
+ Hits          251     284     +33     
- Misses         11      16      +5     
- Partials        7       9      +2
Impacted Files Coverage Δ
plugins/storage/etcd/client.go 100% <ø> (ø) ⬆️
plugins/storage/factory.go 100% <100%> (ø) ⬆️
plugins/storage/redis/factory.go 50% <50%> (ø)
plugins/storage/redis/client.go 92.85% <92.85%> (ø)

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 89203e8...7c1333c. Read the comment docs.

@guanw guanw marked this pull request as ready for review January 12, 2020 17:19
@guanw guanw merged commit 6123c7f into master Jan 12, 2020
@guanw guanw deleted the jude-redis branch January 12, 2020 20:26
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 storage support for redis
1 participant