struct Redis::Streaming::XInfoStreamFullResponse::Consumer::PendingEntry

Defined in:

streaming.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def delivery_count : Int64 #

[View source]
def id : String #

[View source]
def last_delivered_at : Time #

[View source]