diff --git a/src/NRedisStack/TopK/ITopKCommands.cs b/src/NRedisStack/TopK/ITopKCommands.cs index 73349863..1d7c48d9 100644 --- a/src/NRedisStack/TopK/ITopKCommands.cs +++ b/src/NRedisStack/TopK/ITopKCommands.cs @@ -24,9 +24,11 @@ public interface ITopKCommands /// Items to be counted. /// count for responding item. /// + [Obsolete("TOPK.COUNT is deprecated as of Bloom 2.4.0")] long[] Count(RedisKey key, params RedisValue[] items); /// + [Obsolete("TOPK.COUNT is deprecated as of Bloom 2.4.0")] Task CountAsync(RedisKey key, params RedisValue[] items);