Skip to content

Commit 1fefc55

Browse files
authored
mark TOPK.COUNT as deprecated (#52)
* mark TOPK.COUNT as deprecated * change 'since' to as of
1 parent d5e0d8f commit 1fefc55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NRedisStack/TopK/ITopKCommands.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ public interface ITopKCommands
2424
/// <param name="item">Items to be counted.</param>
2525
/// <returns>count for responding item.</returns>
2626
/// <remarks><seealso href="https://redis.io/commands/cf.count"/></remarks>
27+
[Obsolete("TOPK.COUNT is deprecated as of Bloom 2.4.0")]
2728
long[] Count(RedisKey key, params RedisValue[] items);
2829

2930
/// <inheritdoc cref="Count(RedisKey, RedisValue[])"/>
31+
[Obsolete("TOPK.COUNT is deprecated as of Bloom 2.4.0")]
3032
Task<long[]> CountAsync(RedisKey key, params RedisValue[] items);
3133

3234

0 commit comments

Comments
 (0)