-
Notifications
You must be signed in to change notification settings - Fork 472
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 of the command ZDIFF and ZDIFFSTORE #2021
Conversation
f2fcee1
to
1450e88
Compare
@MaheshMadushan Thank you for the contribution. |
ff86062
to
670e723
Compare
Hi @torwig , formatting issue fixed. Thank you. |
12ebd25
to
eeaf0df
Compare
Add support of the command ZDIFF and ZDIFFSTORE
c484700
to
7f44a3f
Compare
Add support of the command ZDIFF and ZDIFFSTORE
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@MaheshMadushan LGTM, nicely done! |
Hi @torwig . Thanks for the feedback. will add edge test cases for the feature. |
@git-hulk Are we waiting for additional test in this PR or it will be a separate one? |
@torwig ohh, sorry for missing your previous comment. @MaheshMadushan Could you please add the edge cases as @torwig mentioned in this PR? |
will add them asap. |
@MaheshMadushan @git-hulk I'm also thinking about one optimization: when the source zset is empty - I guess in this case we can make early return and there is no sense to traverse all the others zsets. Is it correct? |
Good point. |
Will fix this. |
… source zset given
Please retry analysis of this Pull-Request directly on SonarCloud |
@MaheshMadushan Thanks for your contribution. |
Add support of the command ZDIFF and ZDIFFSTORE #1984