struct

Redis::TopK

Inherits Struct < Value < Object

Constructors

Instance methods

add(key : String, items : Enumerable(String))
Source
add(key : String, *items : String)
Source
incrby(key : String, item : String, amount : Int | String)
Source
info(key : String)
Source
list(key : String, *, withcount = false)
Source
query(key : String, items : Enumerable(String))
Source
query(key : String, *items : String)
Source
reserve(key : String, topk : Int | String, width : Int | String, depth : Int | String, decay : Float | String)
Source
reserve(key : String, topk : Int | String)
Source

Nested types