Redis::TopK
Inherits Struct < Value < Object
Constructors
new(redis : Redis::Commands)
SourceInstance methods
add(key : String, items : Enumerable(String))
Sourceadd(key : String, *items : String)
Sourceincrby(key : String, item : String, amount : Int | String)
Sourceinfo(key : String)
Sourcelist(key : String, *, withcount = false)
Sourcequery(key : String, items : Enumerable(String))
Sourcequery(key : String, *items : String)
Sourcereserve(key : String, topk : Int | String, width : Int | String, depth : Int | String, decay : Float | String)
Sourcereserve(key : String, topk : Int | String)
Source