Redis::TDigest
Inherits Struct < Value < Object
Constructors
new(redis : Redis::Commands)
SourceInstance methods
add(key : String, values : Enumerable(String))
Sourceadd(key : String, *values : String)
Sourcebyrank(key : String, values : Enumerable(String))
Sourcebyrank(key : String, *values : String)
Sourcebyrevrank(key : String, values : Enumerable(String))
Sourcebyrevrank(key : String, *values : String)
Sourcecdf(key : String, values : Enumerable(String))
Sourcecdf(key : String, *values : String)
Sourcecreate(key : String, compression : Int | String | Nil = nil)
Sourcemax(key : String)
Sourcemerge(destination_key : String, source_keys : Array(String), compression : String | Int | Nil = nil, override : Bool = false)
Sourcemin(key : String)
Sourcequantile(key : String, quantiles : Enumerable(String))
Sourcequantile(key : String, *quantiles : String)
Sourcerank(key : String, values : Enumerable(String))
Sourcerank(key : String, *values : String)
Sourcereset(key : String)
Sourcerevrank(key : String, values : Enumerable(String))
Sourcerevrank(key : String, *values : String)
Sourcetrimmed_mean(key : String, low_cut_quantile : String, high_cut_quantile : String)
Source