-
Notifications
You must be signed in to change notification settings - Fork 409
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
Implement MsgCount
for Tigris
#928
Conversation
Codecov Report
@@ Coverage Diff @@
## main #928 +/- ##
==========================================
+ Coverage 59.98% 62.35% +2.36%
==========================================
Files 224 225 +1
Lines 10346 10444 +98
==========================================
+ Hits 6206 6512 +306
+ Misses 3431 3162 -269
- Partials 709 770 +61
Flags with carried forward coverage won't be shown. Click here to find out more. |
MsgCount
for TigrisMsgCount
for Tigris
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.
We should update command's arguments: #928 (comment)
Description
This PR closes #771.
The implementation is similar to how
MsgCount
is implemented for Postgres and howMsgFind
is implemented for Tigris.Readiness checklist
task all
, and it passed.task godocs
.