File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
develop/reference/modules Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ categories:
2222- oss
2323- kubernetes
2424- clients
25- complexity : O(N) , where N is the number of samples to add
25+ complexity : O(N), where N is the number of samples to add
2626description : Adds one or more observations to a t-digest sketch
2727group : tdigest
2828hidden : false
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ categories:
2020- kubernetes
2121- clients
2222complexity : O(n * k) where n is the number of items and k is the depth
23- description : Increases the count of one or more items by increment
23+ description : Adds an item to a Top-k sketch. Multiple items can be added at the same time.
2424group : topk
2525hidden : false
2626linkTitle : TOPK.ADD
2727module : Bloom
2828since : 2.0.0
2929stack_path : docs/data-types/probabilistic
30- summary : Increases the count of one or more items by increment
30+ summary : Adds an item to a Top-k sketch. Multiple items can be added at the same time.
3131syntax_fmt : TOPK.ADD key items [items ...]
3232syntax_str : items [items ...]
3333title : TOPK.ADD
Original file line number Diff line number Diff line change @@ -7991,6 +7991,7 @@ See [`RedisModule_ConfigSet`](#RedisModule_ConfigSet) for return value.
79917991Set the value of a numeric config.
79927992If the value passed is meant to be a percentage, it should be passed as a
79937993negative value.
7994+ For unsigned configs, pass the value and cast to (long long) - internal type checks will handle it.
79947995
79957996See [ ` RedisModule_ConfigSet ` ] ( #RedisModule_ConfigSet ) for return value.
79967997
You can’t perform that action at this time.
0 commit comments