Skip to content

mark TOPK.COUNT as deprecated #52

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

Merged
merged 2 commits into from
Jan 2, 2023
Merged

mark TOPK.COUNT as deprecated #52

merged 2 commits into from
Jan 2, 2023

Conversation

shacharPash
Copy link
Contributor

No description provided.

@shacharPash
Copy link
Contributor Author

fix #21

@shacharPash shacharPash requested a review from chayim December 29, 2022 15:19
long[] Count(RedisKey key, params RedisValue[] items);

/// <inheritdoc cref="Count(RedisKey, RedisValue[])"/>
[Obsolete("TOPK.COUNT is deprecated since Bloom 2.4.0")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of 'since' use as of

@@ -24,9 +24,11 @@ public interface ITopKCommands
/// <param name="item">Items to be counted.</param>
/// <returns>count for responding item.</returns>
/// <remarks><seealso href="https://redis.io/commands/cf.count"/></remarks>
[Obsolete("TOPK.COUNT is deprecated since Bloom 2.4.0")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of 'since' use as of

@codecov-commenter
Copy link

Codecov Report

Base: 68.38% // Head: 68.38% // No change to project coverage 👍

Coverage data is based on head (52e8af6) compared to base (d5e0d8f).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   68.38%   68.38%           
=======================================
  Files          67       67           
  Lines        4659     4659           
  Branches      446      446           
=======================================
  Hits         3186     3186           
  Misses       1278     1278           
  Partials      195      195           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@shacharPash shacharPash requested a review from chayim December 29, 2022 15:51
@shacharPash shacharPash merged commit 1fefc55 into master Jan 2, 2023
@shacharPash shacharPash deleted the ObsoleteFunc branch January 2, 2023 15:14
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.

3 participants