struct

Redis::TDigest

Inherits Struct < Value < Object

Constructors

Instance methods

add(key : String, values : Enumerable(String))
Source
add(key : String, *values : String)
Source
byrank(key : String, values : Enumerable(String))
Source
byrank(key : String, *values : String)
Source
byrevrank(key : String, values : Enumerable(String))
Source
byrevrank(key : String, *values : String)
Source
cdf(key : String, values : Enumerable(String))
Source
cdf(key : String, *values : String)
Source
create(key : String, compression : Int | String | Nil = nil)
Source
max(key : String)
Source
merge(destination_key : String, source_keys : Array(String), compression : String | Int | Nil = nil, override : Bool = false)
Source
min(key : String)
Source
quantile(key : String, quantiles : Enumerable(String))
Source
quantile(key : String, *quantiles : String)
Source
rank(key : String, values : Enumerable(String))
Source
rank(key : String, *values : String)
Source
reset(key : String)
Source
revrank(key : String, values : Enumerable(String))
Source
revrank(key : String, *values : String)
Source
trimmed_mean(key : String, low_cut_quantile : String, high_cut_quantile : String)
Source