struct
Redis::TDigest
- Redis::TDigest
- Struct
- Value
- Object
Defined in:
tdigest.crConstructors
Instance Method Summary
- #add(key : String, values : Enumerable(String))
- #add(key : String, *values : String)
- #byrank(key : String, values : Enumerable(String))
- #byrank(key : String, *values : String)
- #byrevrank(key : String, values : Enumerable(String))
- #byrevrank(key : String, *values : String)
- #cdf(key : String, values : Enumerable(String))
- #cdf(key : String, *values : String)
- #create(key : String, compression : Int | String | Nil = nil)
- #max(key : String)
- #merge(destination_key : String, source_keys : Array(String), compression : String | Int | Nil = nil, override : Bool = false)
- #min(key : String)
- #quantile(key : String, quantiles : Enumerable(String))
- #quantile(key : String, *quantiles : String)
- #rank(key : String, values : Enumerable(String))
- #rank(key : String, *values : String)
- #reset(key : String)
- #revrank(key : String, values : Enumerable(String))
- #revrank(key : String, *values : String)
- #trimmed_mean(key : String, low_cut_quantile : String, high_cut_quantile : String)
Constructor Detail
Instance Method Detail
def merge(destination_key : String, source_keys : Array(String), compression : String | Int | Nil = nil, override : Bool = false)
#
def trimmed_mean(key : String, low_cut_quantile : String, high_cut_quantile : String)
#