struct Redis::TimeSeries::Datapoint

Defined in:

time_series.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timestamp : Time, value : Float64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(timestamp _timestamp = @timestamp, value _value = @value) #

[View source]
def timestamp : Time #

def value : Float64 #