-
Notifications
You must be signed in to change notification settings - Fork 78
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
Refactoring internal/db/kvs/redis
package
#590
Conversation
Best reviewed: commit by commit
Optimal code review plan (3 warnings)
|
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #590 +/- ##
==========================================
+ Coverage 7.84% 12.21% +4.36%
==========================================
Files 388 407 +19
Lines 19945 21236 +1291
==========================================
+ Hits 1565 2594 +1029
- Misses 18156 18360 +204
- Partials 224 282 +58
Continue to review full report at Codecov.
|
internal/db/kvs/redis
packageinternal/db/kvs/redis
package
/rebase |
[REBASE] Rebase triggered by kevindiu for branch: refactoring/internal/redis |
e021cf1
to
cc032ed
Compare
type args struct { | ||
ctx context.Context | ||
} | ||
type fields struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[golangci] reported by reviewdog 🐶
struct of size 240 bytes could be of size 232 bytes (maligned)
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@hlts2 when you fix, I'll merge it. |
/rebase |
[REBASE] Rebase triggered by hlts2 for branch: refactoring/internal/redis |
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
cc032ed
to
a7934a4
Compare
Signed-off-by: hlts2 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/rebase |
[REBASE] Rebase triggered by vankichi for branch: refactoring/internal/redis |
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
Signed-off-by: vdaas-ci <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVED] This PR is approved by vankichi.
Description:
I refactored
internal/db/kvs/redis
package. Because I can not add test.In this PR contains changes of core logic and test.
I fixed the logic with author, so I think the merge is fine without confirmation of author.
Related Card:
https://github.com/vdaas/vald/projects/3#card-42173491
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: