struct Redis::TimeSeries::MRangeResponse

Included Modules

Defined in:

time_series.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(response) #

[View source]

Instance Method Detail

def [](key : String) #

[View source]
def []?(key : String) #

[View source]
def data : DatapointMap #

[View source]
def each(&) #
Description copied from module Enumerable({String, Redis::TimeSeries::Datapoints})

Must yield this collection's elements to the block.


[View source]