struct Redis::Streaming::XPendingExtendedResponse::MessageData

Defined in:

streaming.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, consumer : String, last_delivered_at : Time, delivery_count : Int64) #

[View source]

Instance Method Detail

def age #

[View source]
def consumer : String #

[View source]
def delivery_count : Int64 #

[View source]
def id : String #

[View source]
def last_delivered_at : Time #

[View source]