struct Redis::CountMinSketch::Immediate

Defined in:

count_min_sketch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cms : CountMinSketch) #

[View source]

Instance Method Detail

def incrby(*args, **kwargs) #

Executes CountMinSketch#incrby and casts down to Array.


[View source]
def info(*args, **kwargs) #

Executes CountMinSketch#info and casts down to Array.


[View source]
def initbydim(*args, **kwargs) #

Executes CountMinSketch#initbydim and casts down to String.


[View source]
def initbyprob(*args, **kwargs) #

Executes CountMinSketch#initbyprob and casts down to String.


[View source]
def merge(*args, **kwargs) #

Executes CountMinSketch#merge and casts down to Array.


[View source]
def query(*args, **kwargs) #

Executes CountMinSketch#query and casts down to Array.


[View source]